-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmonitoror.json
More file actions
44 lines (44 loc) · 882 Bytes
/
monitoror.json
File metadata and controls
44 lines (44 loc) · 882 Bytes
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
{
"version": "2.0",
"columns": 2,
"tiles": [
{
"type": "PING",
"params": {
"hostname": "arthur.hsp.net.pl"
}
},
{
"type": "HTTP-STATUS",
"params": {
"url": "https://portainer.hsp.sh",
"statusCodeMax": 299
}
},
{
"type": "HTTP-STATUS",
"label": "Whohacks proxy",
"params": {
"url": "https://status.hsp.sh/api/now",
"statusCodeMax": 299
}
},
{
"type": "HTTP-RAW",
"label": "Whohacks stars",
"params": {
"url": "https://github.com/hspsh/whohacks",
"regex": "(\\d+) users starred"
}
},
{
"type": "HTTP-FORMATTED",
"label": "Kto hakuje",
"params": {
"url": "https://whois.at.hsp.sh/api/now",
"format": "JSON",
"key": "headcount"
}
}
]
}