-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json
37 lines (37 loc) · 1.11 KB
/
config.json
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
{
"settings": {
"title": "JH0project Status",
"url": "https://status.jh0project.com",
"description": "The status page of JH0project (JHOproject/JHo project), showing historical status and performane information.",
"logo": "logo-192x192.png",
"collectResponseTimes": true,
"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)"
},
"monitors": [
{
"id": "main",
"name": "Main Website",
"description": "",
"url": "https://www.jh0project.com",
"method": "GET",
"expectStatus": 200,
"followRedirect": false
},
{
"id": "dn42",
"name": "DN42 Website",
"description": "",
"url": "https://dn42.jh0project.com",
"method": "GET",
"expectStatus": 200,
"followRedirect": false
}
]
}