26 lines
319 B
JSON
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": []
|
|
}
|
|
}
|
|
]
|
|
}
|