core/examples/test.hmdl.json
2023-03-03 14:51:22 +01:00

32 lines
515 B
JSON

{
"defaults": {
},
"checks": [
{
"name": "test",
"threshold": 3,
"annoy": false,
"schedule": {
"regular_interval": 15,
"attentive_interval": 1
},
"notifications": [
{
"kind": "console",
"parameters": {
}
}
],
"kind": "generic_remote",
"parameters": {
"host" : "iks-vvd-cn.greenscale.lan",
"user" : "root",
"ssh_key" : "/home/christiann/.ssh/id_ed25519.pub",
"mount_point" : "/",
"threshold" : 95,
"strict" : false
}
}
]
}