forked from eidam/cf-workers-status-page
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yaml
More file actions
64 lines (55 loc) · 1.54 KB
/
Copy pathconfig.yaml
File metadata and controls
64 lines (55 loc) · 1.54 KB
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
settings:
title: 'Tokhmi Status'
url: 'https://status.tokhmi.xyz' # used for Slack messages
logo: logo-192x192.png # image in ./public/ folder
daysInHistogram: 50 # 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: mastodon
name: Mastodon
url: 'https://tokhmi.xyz/about'
method: GET
expectStatus: 200
- id: matrix
name: Matrix
url: 'https://matrix.tokhmi.xyz'
method: GET
expectStatus: 200
- id: nitter
name: Nitter
url: 'https://nitter.tokhmi.xyz'
method: GET
expectStatus: 200
- id: bibliogram
name: Bibliogram
url: 'https://ig.tokhmi.xyz'
method: GET
expectStatus: 200
- id: libreddit
name: Libreddit
url: 'https://lr.tokhmi.xyz'
method: GET
expectStatus: 200
- id: mumble
name: Mumble
url: 'https://mumble.tokhmi.xyz'
method: GET
expectStatus: 200
- id: piped
name: Piped
url: 'https://piped.tokhmi.xyz'
method: GET
expectStatus: 200
- id: translate
name: Translate
url: 'https://translate.tokhmi.xyz'
method: GET
expectStatus: 200