forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
125 lines (107 loc) · 3.36 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
116
117
118
119
120
121
122
123
124
125
settings:
title: 'Icon Solutions Status Page'
url: 'https://status-page.eidam.dev' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 90 # 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: www-ayiosminasltd-com
name: www.ayiosminasltd.com
url: 'https://ayiosminasltd.com/'
method: GET
expectStatus: 200
- id: www-beaherocy-com
name: www.beaherocy.com
url: 'https://beaherocy.com/'
method: GET
expectStatus: 200
- id: www-caoutdoorshelters-com
name: www.caoutdoorshelters.com
url: 'https://caoutdoorshelters.com/'
method: GET
expectStatus: 200
- id: www-demosgeorgiades-com
name: www.demosgeorgiades.com
url: 'https://demosgeorgiades.com/'
method: GET
expectStatus: 200
- id: www-depcon-com-cy
name: www.depcon.com.cy
url: 'https://depcon.com.cy/'
method: GET
expectStatus: 200
- id: www-grounded-sportswear-com
name: www.groundedsportswear.com
url: 'https://groundedsportswear.com/'
method: GET
expectStatus: 200
- id: www.icon-cy # unique identifier
name: www.icon.cy
description: 'ICON SOLUTIONS CY' # default=empty
url: 'https://www.icon.cy/' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: true # should fetch follow redirects, default=false
linkable: true # allows the title to be a link, default=true
- id: www-instofyouth-com
name: www.instofyouth.com
url: 'https://instofyouth.com/'
method: GET
expectStatus: 200
- id: www-leodoes-com
name: www.leodoes.com
url: 'https://leodoes.com/'
method: GET
expectStatus: 200
- id: www-mastertype-com-cy
name: www.mastertype.com.cy
url: 'https://mastertype.com.cy/'
method: GET
expectStatus: 200
- id: www-megaequitycasp-com
name: www.megaequitycasp.com
url: 'https://megaequitycasp.com/'
method: GET
expectStatus: 200
- id: www-megaequity-com
name: www.megaequity.com
url: 'https://megaequity.com/'
method: GET
expectStatus: 200
- id: www-mega-ploutos-com
name: www.megaploutos.com
url: 'https://megaploutos.com/'
method: GET
expectStatus: 200
- id: www-naturelea-com
name: www.naturelea.com
description: 'Naturelea products'
url: 'https://naturelea.com/'
method: GET
expectStatus: 200
linkable: true # allows the title to be a link, default=true
- id: www-ppkm-com-cy
name: www.ppkm.com.cy
url: 'https://ppkm.com.cy/'
method: GET
expectStatus: 200
linkable: true
- id: www-taverneiotoistorikon-com
name: www.taverneiotoistorikon.com
url: 'https://taverneiotoistorikon.com/'
method: GET
expectStatus: 200
linkable: true
- id: www-thespeechbuddies-com
name: www.thespeechbuddies.com
url: 'https://thespeechbuddies.com/'
method: GET
expectStatus: 200