core/test.hmdl.json

23 lines
269 B
JSON
Raw Normal View History

2022-11-30 08:15:35 +01:00
{
"defaults": {
},
"checks": {
"test": {
"schedule": {
"regular_interval": 12,
"attentive_interval": 5
},
"notifications": [
{
"kind": "console",
"parameters": {
}
}
],
"kind": "test",
"parameters": {
}
}
}
}