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

@ -26,7 +26,7 @@
"members": ["root"],
"hosts": [ "a"],
"services":[
{ "class": "etc/dummy", "args": { "sleep": 1, "fail": 1 }, "periods": ["fast"], "threshold": 1 }
{ "class": "etc/dummy", "args": { "sleep": 1, "fail": true }, "periods": ["fast"], "threshold": 1 }
]
}
},