core/examples/test.hmdl.json

32 lines
515 B
JSON
Raw Normal View History

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