34 lines
509 B
JSON
34 lines
509 B
JSON
{
|
|
"defaults": {
|
|
},
|
|
"checks": {
|
|
"test": {
|
|
"threshold": 1,
|
|
"annoy": true,
|
|
"schedule": {
|
|
"regular_interval": 60,
|
|
"attentive_interval": 5
|
|
},
|
|
"notifications": [
|
|
{
|
|
"kind": "console",
|
|
"parameters": {
|
|
}
|
|
},
|
|
{
|
|
"kind": "libnotify",
|
|
"parameters": {
|
|
"icon": "/home/fenris/bilder/zeug/heimdall.png"
|
|
}
|
|
}
|
|
],
|
|
"kind": "file_timestamp",
|
|
"parameters": {
|
|
"path": "/tmp/test",
|
|
"warning_age": 60,
|
|
"critical_age": 120
|
|
}
|
|
}
|
|
}
|
|
}
|