-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
37 lines (37 loc) · 899 Bytes
/
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
{
"monitors": [
{
"unique_id": "1",
"name": "Digital Ocean",
"description": "The place where the whale stands",
"public_url": "https://digitalocean.com/",
"type": "http",
"http_endpoint": "https://status.digitalocean.com/",
"timeout": 20,
"interval": 30
},
{
"unique_id": "2",
"name": "Github",
"description": "Github API",
"type": "http",
"http_method": "GET",
"http_endpoint": "https://github.com/healthz",
"interval": 60,
"timeout": 10
},
{
"unique_id": "3",
"name": "Cloudflare DNS",
"description": "Cloudflare DNS",
"type": "ping",
"hostname": "1.1.1.1",
"interval": 30
}
],
"webhook": {
"url": "http://your-endpoint/",
"success_response": true,
"failed_response": true
}
}