core/examples/test-1.hmdl.json

28 lines
367 B
JSON
Raw Normal View History

2023-03-03 18:50:21 +01:00
{
"defaults": {
"schedule": {
"regular_interval": 15,
"attentive_interval": 5
},
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
"checks": [
{
"name": "test",
"kind": "file_state",
"parameters": {
"path": "/tmp/test",
"exist": true,
"age_threshold": 60,
"size_threshold": 1
}
}
]
}