core/examples/test.hmdl.json

34 lines
466 B
JSON

{
"defaults": {
},
"checks": [
{
"name": "test",
"threshold": 1,
"annoy": true,
"schedule": {
"regular_interval": 15,
"attentive_interval": 5
},
"notifications": [
{
"kind": "console",
"parameters": {
}
},
{
"kind": "libnotify",
"parameters": {
}
}
],
"kind": "file_timestamp",
"parameters": {
"path": "/tmp/test",
"warning_age": 60,
"critical_age": 120
}
}
]
}