public uptime monitoring + (soon) observability with events saved to PDS
1{
2 "pds": "https://bsky.social",
3 "identifier": "your-handle.bsky.social",
4 "password": "your-app-password",
5 "checkInterval": 180,
6 "services": [
7 {
8 "group": "Production",
9 "name": "US East",
10 "url": "https://us-east.example.com",
11 "timeout": 5000
12 },
13 {
14 "group": "Production",
15 "name": "US West",
16 "url": "https://us-west.example.com",
17 "timeout": 5000
18 },
19 {
20 "group": "Production",
21 "name": "Netherlands",
22 "url": "https://nl.example.com",
23 "timeout": 5000
24 },
25 {
26 "group": "Production",
27 "name": "Singapore",
28 "url": "https://sg.example.com",
29 "timeout": 5000
30 },
31 {
32 "group": "Direct IP Example",
33 "name": "US East (Direct IP)",
34 "url": "http://203.0.113.10",
35 "host": "example.com",
36 "timeout": 5000
37 }
38 ]
39}