2022-11-30 08:15:35 +01:00
|
|
|
{
|
|
|
|
|
"defaults": {
|
|
|
|
|
},
|
2022-11-30 23:03:24 +01:00
|
|
|
"checks": [
|
|
|
|
|
{
|
|
|
|
|
"name": "test",
|
2022-11-30 10:26:27 +01:00
|
|
|
"threshold": 1,
|
|
|
|
|
"annoy": true,
|
2022-11-30 08:15:35 +01:00
|
|
|
"schedule": {
|
2022-11-30 23:03:24 +01:00
|
|
|
"regular_interval": 15,
|
2022-11-30 08:15:35 +01:00
|
|
|
"attentive_interval": 5
|
|
|
|
|
},
|
|
|
|
|
"notifications": [
|
|
|
|
|
{
|
|
|
|
|
"kind": "console",
|
|
|
|
|
"parameters": {
|
|
|
|
|
}
|
2022-11-30 10:26:27 +01:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"kind": "libnotify",
|
|
|
|
|
"parameters": {
|
|
|
|
|
}
|
2022-11-30 08:15:35 +01:00
|
|
|
}
|
|
|
|
|
],
|
2022-11-30 10:26:27 +01:00
|
|
|
"kind": "file_timestamp",
|
2022-11-30 08:15:35 +01:00
|
|
|
"parameters": {
|
2022-11-30 10:26:27 +01:00
|
|
|
"path": "/tmp/test",
|
|
|
|
|
"warning_age": 60,
|
|
|
|
|
"critical_age": 120
|
2022-11-30 08:15:35 +01:00
|
|
|
}
|
|
|
|
|
}
|
2022-11-30 23:03:24 +01:00
|
|
|
]
|
2022-11-30 08:15:35 +01:00
|
|
|
}
|