[mod] examples

This commit is contained in:
Christian Fraß 2023-03-04 15:22:45 +01:00
parent f9eda6fd3f
commit c4497d24ee
3 changed files with 14 additions and 26 deletions

View file

@ -1,17 +1,4 @@
{ {
"defaults": {
"schedule": {
"regular_interval": 15,
"attentive_interval": 5
},
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
"checks": [ "checks": [
{ {
"name": "test", "name": "test",

View file

@ -1,17 +1,4 @@
{ {
"defaults": {
"schedule": {
"regular_interval": 10,
"attentive_interval": 1
},
"notifications": [
{
"kind": "libnotify",
"parameters": {
}
}
]
},
"checks": [ "checks": [
{ {
"name": "test", "name": "test",

View file

@ -1,4 +1,18 @@
{ {
"defaults": {
"schedule": {
"regular_interval": 10,
"attentive_interval": 1
},
"threshold": 1,
"notifications": [
{
"kind": "console",
"parameters": {
}
}
]
},
"includes": [ "includes": [
"test-1.hmdl.json", "test-1.hmdl.json",
"test-2.hmdl.json" "test-2.hmdl.json"