21 lines
315 B
JSON
21 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"
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|