-
Notifications
You must be signed in to change notification settings - Fork 13
/
config.json
61 lines (61 loc) · 1.81 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"settings": {
"title": "Status Page",
"url": "https://status.jstubenrauch.de",
"logo": "favicon.png",
"daysInHistogram": 30,
"daysSavedForHistogram": 90,
"collectResponseTimes": true,
"user_agent": "cf-worker-status-page",
"allmonitorsOperational": "All Systems Operational",
"notAllmonitorsOperational": "Not All Systems Operational",
"monitorLabelOperational": "Operational",
"monitorLabelPartOperational": "Partial Operational",
"monitorLabelNotOperational": "Not Operational",
"monitorLabelNoData": "No data",
"dayInHistogramNoData": "No data",
"dayInHistogramOperational": "All good",
"dayInHistogramNotOperational": " incident(s)"
},
"monitors": [
{
"id": "cms-jstubenrauch-de",
"name": "cms.jstubenrauch.de",
"description": "CMS jstubenrauch.",
"url": "https://cms.jstubenrauch.de/admin/login",
"method": "GET",
"expectStatus": 200,
"followRedirect": false,
"linkable": true,
"lon": 8.682127,
"lat": 50.110924,
"shouldAnalyze": true
},
{
"id": "status-jstubenrauch-de",
"name": "status.jstubenrauch.de",
"description": "Status Page jstubenrauch.",
"url": "https://status.jstubenrauch.de/",
"method": "GET",
"expectStatus": 200,
"followRedirect": false,
"linkable": true,
"lon": 8.682127,
"lat": 50.110924,
"shouldAnalyze": true
},
{
"id": "circuits-jstubenrauch-de",
"name": "circuits.jstubenrauch.de",
"description": "OpenCircuits MOD by Jan Stubenrauch.",
"url": "https://circuits.jstubenrauch.de/",
"method": "GET",
"expectStatus": 200,
"followRedirect": false,
"linkable": true,
"lon": 8.682127,
"lat": 50.110924,
"shouldAnalyze": true
}
]
}