core/examples/test-3.hmdl.json

29 lines
441 B
JSON
Raw Normal View History

2023-03-03 19:38:04 +01:00
{
"defaults": {
"threshold": 1,
"schedule": {
"regular_interval": 10,
"attentive_interval": 1
},
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
"checks": [
{
"name": "test",
"kind": "generic_remote",
"parameters": {
"ssh_host": "bragi.pool.greenscale.de",
"ssh_user": "fenris",
"ssh_port": 8192,
"ssh_key": "/home/fenris/.ssh/keypairs/gs-bragi"
}
}
]
}