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
97 lines (85 loc) · 2.61 KB
/
Copy pathconfig.yaml
File metadata and controls
97 lines (85 loc) · 2.61 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
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
settings:
title: 'Aqua | Status Page'
url: 'https://status.itsaqua.net' # 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: aqua-website # unique identifier
name: Official Website
description: 'Official Aqua Website' # default=empty
url: 'https://itsaqua.net' # URL to fetch
method: GET # default=GET
expectStatus: 200 # operational status, default=200
followRedirect: false # should fetch follow redirects, default=false
- id: staff-panel
name: Staff Panel
description: 'Official Aqua Staff Panel'
url: 'https://staff.itsaqua.net'
method: GET
expectStatus: 200
followRedirect: true
- id: aqua-hub
name: Aqua Hub
description: 'Official Aqua Hub for user applications.'
url: 'https://hub.itsaqua.net'
method: GET
expectStatus: 200
followRedirect: true
- id: aqua-api
name: API
description: 'Stats API'
url: 'https://api.itsaqua.net/stats'
method: GET
expectStatus: 200
- id: aqua-cdn
name: CDN
description: 'Image CDN'
url: 'https://cdn.itsaqua.net'
method: GET
expectStatus: 200
- id: aqua-stream
name: Radio Stream
description: 'Live Audio Stream'
url: 'https://live.itsaqua.net'
method: GET
expectStatus: 200
- id: aqua-verification
name: Verification
description: 'Discord Verification System'
url: 'https://verify.itsaqua.net/checkalive'
method: GET
expectStatus: 200
- id: aqua-bot
name: Discord Bot
description: 'Discord Bot'
url: 'http://de.2.ddidev.xyz:4579'
method: GET
expectStatus: 200
- id: aqua-lnk
name: Link Shortener Service
description: 'Link Shortener Service'
url: 'https://lnk.itsaqua.net'
method: GET
expectStatus: 200
followRedirect: true
- id: aqua-retro
name: Retro Player
description: 'Embeddable Retro Player'
url: 'https://retro.itsaqua.net'
method: GET
expectStatus: 200
- id: aqua-migadu
name: Migadu
description: 'Mail Provider'
url: 'https://www.migadu.com'
method: GET
expectStatus: 200