From a09cdf980eda8607f0362a3201f067e31670b394 Mon Sep 17 00:00:00 2001 From: "Rafael.Timmerberg" Date: Tue, 10 Dec 2013 18:01:18 +0100 Subject: [PATCH] added debug job with fail true --- examples/minimal.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/minimal.json b/examples/minimal.json index 78defdc..fc4dbb8 100644 --- a/examples/minimal.json +++ b/examples/minimal.json @@ -21,7 +21,8 @@ "members": ["root"], "hosts": [ "a"], "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 @@ } } } -} \ No newline at end of file +}