some bool fixes in json files and dummy service
This commit is contained in:
parent
b00c73f8f6
commit
ac09ed749a
4 changed files with 158 additions and 158 deletions
|
|
@ -55,13 +55,13 @@
|
|||
"class": "etc/dummy",
|
||||
"periods": ["fast"],
|
||||
"threshold": 1,
|
||||
"args": { "sleep": 1, "fail": 1 }
|
||||
"args": { "sleep": 1, "fail": true }
|
||||
},
|
||||
{
|
||||
"class": "etc/dummy",
|
||||
"periods": ["fast"],
|
||||
"threshold": 1,
|
||||
"args": { "sleep": 10, "fail": 0 }
|
||||
"args": { "sleep": 10, "fail": false }
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
@ -73,13 +73,13 @@
|
|||
"class": "etc/dummy",
|
||||
"periods": ["fast"],
|
||||
"threshold": 1,
|
||||
"args": { "sleep": 1, "fail": 1 }
|
||||
"args": { "sleep": 1, "fail": true }
|
||||
},
|
||||
{
|
||||
"class": "etc/dummy",
|
||||
"periods": ["fast"],
|
||||
"threshold": 1,
|
||||
"args": { "sleep": 10, "fail": 0 }
|
||||
"args": { "sleep": 10, "fail": false }
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
@ -91,7 +91,7 @@
|
|||
},
|
||||
"gooo":{
|
||||
"hostgroups": [ "b" ],
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
}
|
||||
},
|
||||
"core":{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue