status/config.example.json
2025-02-16 11:52:55 +01:00

20 lines
315 B
JSON

{
"services": [
{
"name": "Github SSH",
"interval": 5,
"type": "tcp_dial",
"config": {
"address": "github.com:22"
}
},
{
"name": "Github Ping",
"interval": 5,
"type": "ping",
"config": {
"address": "github.com"
}
}
]
}