reverted to 7f9397eb30; needs some cleanups but then we are back online again.... ;)

This commit is contained in:
Johannes Findeisen 2013-12-11 05:16:11 +01:00
commit 34e73a56f2
5 changed files with 52 additions and 62 deletions

View file

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