core/examples/test-2.hmdl.json
2023-03-03 18:50:21 +01:00

26 lines
319 B
JSON

{
"defaults": {
"schedule": {
"regular_interval": 10,
"attentive_interval": 1
},
"notifications": [
{
"kind": "libnotify",
"parameters": {
}
}
]
},
"checks": [
{
"name": "test",
"kind": "script",
"parameters": {
"path": "/tmp/script",
"arguments": []
}
}
]
}