[mod] examples
This commit is contained in:
parent
f9eda6fd3f
commit
c4497d24ee
|
|
@ -1,17 +1,4 @@
|
|||
{
|
||||
"defaults": {
|
||||
"schedule": {
|
||||
"regular_interval": 15,
|
||||
"attentive_interval": 5
|
||||
},
|
||||
"notifications": [
|
||||
{
|
||||
"kind": "console",
|
||||
"parameters": {
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"checks": [
|
||||
{
|
||||
"name": "test",
|
||||
|
|
|
|||
|
|
@ -1,17 +1,4 @@
|
|||
{
|
||||
"defaults": {
|
||||
"schedule": {
|
||||
"regular_interval": 10,
|
||||
"attentive_interval": 1
|
||||
},
|
||||
"notifications": [
|
||||
{
|
||||
"kind": "libnotify",
|
||||
"parameters": {
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"checks": [
|
||||
{
|
||||
"name": "test",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,18 @@
|
|||
{
|
||||
"defaults": {
|
||||
"schedule": {
|
||||
"regular_interval": 10,
|
||||
"attentive_interval": 1
|
||||
},
|
||||
"threshold": 1,
|
||||
"notifications": [
|
||||
{
|
||||
"kind": "console",
|
||||
"parameters": {
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"includes": [
|
||||
"test-1.hmdl.json",
|
||||
"test-2.hmdl.json"
|
||||
|
|
|
|||
Loading…
Reference in a new issue