-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcheckup.json
52 lines (48 loc) · 1.38 KB
/
checkup.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
{
"checkers": [
{
"type": "http",
"endpoint_name": "HTTP: Unicorn homepage (by <@elimisteve>)",
"endpoint_url": "https://noisebridge.info/",
"must_contain": "noisebridge"
},
{
"type": "tls",
"endpoint_name": "Unicorn homepage (TLS check) (by <@elimisteve>)",
"endpoint_url": "noisebridge.info:443"
},
{
"type": "http",
"endpoint_name": "HTTP: Effective.af instance for Noisebridge (by <@elimisteve>)",
"endpoint_url": "https://effective.noisebridge.info/",
"must_contain": "Unicorn"
},
{
"type": "tls",
"endpoint_name": "Effective.af instance (TLS check) (by <@elimisteve>)",
"endpoint_url": "effective.noisebridge.info:443"
},
{
"type": "http",
"endpoint_name": "HTTP: Wiki (notifying <@Rando>)",
"endpoint_url": "https://www.noisebridge.net/wiki/Noisebridge",
"must_contain": "<title>Noisebridge</title>"
},
{
"type": "tls",
"endpoint_name": "Wiki (TLS check) (notifying <@Rando>)",
"endpoint_url": "noisebridge.net:443"
}
],
"storage": {
"provider": "fs",
"dir": "/home/noisebridge/status_checks",
"url": "https://status.noisebridge.info/checks"
},
"notifier": {
"name": "slack",
"username": "status-bot",
"channel": "#unicorn",
"webhook": "https://hooks.slack.com/services/SECRETS/GO/HERE"
}
}