core/examples/file_state.hmdl.json
2023-03-04 15:29:22 +01:00

15 lines
190 B
JSON

{
"checks": [
{
"name": "test1",
"kind": "file_state",
"parameters": {
"path": "/tmp/test",
"exist": true,
"age_threshold": 60,
"size_threshold": 1
}
}
]
}