core/examples/test-1.hmdl.json

15 lines
189 B
JSON
Raw Normal View History

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