forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
105 lines (92 loc) · 2.48 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
settings:
title: 'Status Page'
url: 'https://status-page.eidam.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: lllxy
name: www.lllxy.net
url: 'https://www.lllxy.net/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: nextcloud
name: cloud.lllxy.net
url: 'https://cloud.lllxy.net/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: conchbrain
name: conchbrain
url: 'https://www.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: cloudshell
name: cloudshell
url: 'https://cloudshell.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: music
name: music.conchbrain.club
url: 'https://music.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: kvstorage
name: storage.conchbrain.club
url: 'https://storage.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: cors
name: cors.conchbrain.club
url: 'https://cors.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: proxy
name: proxy.conchbrain.club
url: 'https://proxy.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: mixstore
name: mixstore
url: 'https://mixstore.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: mixapi
name: mixapi
url: 'https://mixapi.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false
- id: proxy2
name: mixproxy
url: 'https://proxy2.conchbrain.club/'
method: GET
expectStatus: 200
followRedirect: true
linkable: false