core/examples/test.hmdl.json

34 lines
466 B
JSON
Raw Normal View History

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