15 lines
189 B
JSON
15 lines
189 B
JSON
|
|
{
|
||
|
|
"checks": [
|
||
|
|
{
|
||
|
|
"name": "test",
|
||
|
|
"kind": "file_state",
|
||
|
|
"parameters": {
|
||
|
|
"path": "/tmp/test",
|
||
|
|
"exist": true,
|
||
|
|
"age_threshold": 60,
|
||
|
|
"size_threshold": 1
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|