core/examples/file_state.hmdl.json

15 lines
190 B
JSON
Raw Normal View History

2023-03-03 18:50:21 +01:00
{
"checks": [
{
2023-03-04 15:29:22 +01:00
"name": "test1",
2023-03-03 18:50:21 +01:00
"kind": "file_state",
"parameters": {
"path": "/tmp/test",
"exist": true,
"age_threshold": 60,
"size_threshold": 1
}
}
]
}