new service directory structure

This commit is contained in:
Johannes Findeisen 2013-11-05 03:00:42 +01:00
commit fb9cfd9769
12 changed files with 153 additions and 151 deletions

View file

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