status/config.example.json

21 lines
315 B
JSON
Raw Normal View History

2025-02-16 10:52:55 +00:00
{
"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"
}
}
]
}