added debug job with fail true

This commit is contained in:
Rafael.Timmerberg 2013-12-10 18:01:18 +01:00
commit a09cdf980e

View file

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