forked from yue374/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
115 lines (103 loc) · 3.51 KB
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
settings:
title: 'Status Page'
url: 'https://nextdns.jeremienguyen.workers.dev' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 30 # number of days you want to display in histogram
collectResponseTimes: true # collects avg response times from CRON locations
allmonitorsOperational: 'All Systems Operational'
notAllmonitorsOperational: 'Not All Systems Operational'
monitorLabelOperational: 'Operational'
monitorLabelNotOperational: 'Not Operational'
monitorLabelNoData: 'No data'
dayInHistogramNoData: 'No data'
dayInHistogramOperational: 'All good'
dayInHistogramNotOperational: ' incident(s)' # xx incident(s) recorded
monitors:
- id: hochiminh-lightnode
name: Hồ Chí Minh LightNode
description: 'lightnode-sgn-1.edge.nextdns.io'
url: 'https://lightnode-sgn-1.edge.nextdns.io/resolve?name=google.com' # URL to fetch
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: hochiminh-greencloud
name: Hồ Chí Minh GreenCloud
description: 'greencloud-sgn-1.edge.nextdns.io'
url: 'https://greencloud-sgn-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: hanoi-lightnode
name: Hà Nội LightNode
description: 'lightnode-han-1.edge.nextdns.io'
url: 'https://lightnode-han-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: hanoi-greencloud
name: Hà Nội GreenCloud
description: 'greencloud-han-1.edge.nextdns.io'
url: 'https://greencloud-han-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: zepto-sin
name: Singapore Zepto
description: 'zepto-sin-1.edge.nextdns.io'
url: 'https://zepto-sin-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: vultr-sin
name: Singapore Vultr
description: 'vultr-sin-1.edge.nextdns.io'
url: 'https://vultr-sin-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: anexia-sin
name: Singapore Anexia
description: 'anexia-sin-1.edge.nextdns.io'
url: 'https://anexia-sin-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: anexia-hkg
name: HongKong Anexia
description: 'anexia-hkg-1.edge.nextdns.io'
url: 'https://anexia-hkg-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: zepto-hkg
name: HongKong Zepto
description: 'zepto-hkg-1.edge.nextdns.io'
url: 'https://zepto-hkg-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: premiumrdp-bkk
name: Bangkok Premium RPD
description: 'premiumrdp-bkk-1.edge.nextdns.io'
url: 'https://premiumrdp-bkk-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false
- id: bangmod-bkk
name: Bangkok Bangmod
description: 'bangmod-bkk-1.edge.nextdns.io'
url: 'https://bangmod-bkk-1.edge.nextdns.io/resolve?name=google.com'
method: GET
expectStatus: 200
followRedirect: false
linkable: false