some bool fixes in json files and dummy service

This commit is contained in:
Johannes Findeisen 2013-11-08 23:22:16 +01:00
commit ac09ed749a
4 changed files with 158 additions and 158 deletions

View file

@ -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":{