{ "defaults": { "schedule": { "regular_interval": 15, "attentive_interval": 5 }, "notifications": [ { "kind": "console", "parameters": { } } ] }, "checks": [ { "name": "test", "kind": "file_state", "parameters": { "path": "/tmp/test", "exist": true, "age_threshold": 60, "size_threshold": 1 } } ] }