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 +}