2022-11-30 08:15:35 +01:00
|
|
|
{
|
|
|
|
|
"defaults": {
|
|
|
|
|
},
|
2022-11-30 23:03:24 +01:00
|
|
|
"checks": [
|
|
|
|
|
{
|
|
|
|
|
"name": "test",
|
2022-12-03 16:36:44 +01:00
|
|
|
"threshold": 3,
|
|
|
|
|
"annoy": false,
|
2022-11-30 08:15:35 +01:00
|
|
|
"schedule": {
|
2022-11-30 23:03:24 +01:00
|
|
|
"regular_interval": 15,
|
2023-03-03 14:51:22 +01:00
|
|
|
"attentive_interval": 1
|
2022-11-30 08:15:35 +01:00
|
|
|
},
|
|
|
|
|
"notifications": [
|
|
|
|
|
{
|
|
|
|
|
"kind": "console",
|
|
|
|
|
"parameters": {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
],
|
2023-03-03 14:51:22 +01:00
|
|
|
"kind": "generic_remote",
|
2022-11-30 08:15:35 +01:00
|
|
|
"parameters": {
|
2023-03-03 14:51:22 +01:00
|
|
|
"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 23:03:24 +01:00
|
|
|
]
|
2022-11-30 08:15:35 +01:00
|
|
|
}
|