35 lines
484 B
JSON
35 lines
484 B
JSON
{
|
|
"defaults": {
|
|
},
|
|
"checks": [
|
|
{
|
|
"name": "test",
|
|
"threshold": 3,
|
|
"annoy": false,
|
|
"schedule": {
|
|
"regular_interval": 15,
|
|
"attentive_interval": 5
|
|
},
|
|
"notifications": [
|
|
{
|
|
"kind": "console",
|
|
"parameters": {
|
|
}
|
|
},
|
|
{
|
|
"kind": "libnotify",
|
|
"parameters": {
|
|
}
|
|
}
|
|
],
|
|
"kind": "file_state",
|
|
"parameters": {
|
|
"path": "/tmp/test",
|
|
"exist": true,
|
|
"age_threshold": 60,
|
|
"size_threshold": 1
|
|
}
|
|
}
|
|
]
|
|
}
|