forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
60 lines (50 loc) · 1.52 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
settings:
title: 'Status Page'
url: 'https://status-page.dragonsecurity.workers.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-taiosolve-xyz
name: Taiosolve
url: 'https://taiosolve.xyz/'
method: GET
expectStatus: 200
- id: linaccess-za-net
name: Linaccess
url: 'https://linaccess.za.net'
method: GET
expectStatus: 200
- id: ctrltilde-com
name: CTRL Tilde
url: 'https://CtrlTilde.com'
method: GET
expectStatus: 200
- id: automanage-co-za
name: Automanage
url: 'https://automanage.co.za'
method: GET
expectStatus: 200
- id: cosmo-tech
name: Cleanpay
url: 'https://cosmo.tech'
method: GET
expectStatus: 200
- id: eu-nuvalaw
name: 'Nuvalaw Europe'
url: 'https://platform.nuvalaw.com'
method: GET
expectStatus: 200
- id: usa-nuvalaw
name: 'Nuvalaw USA'
url: 'https://usa.nuvalaw.com'
method: GET
expectStatus: 200