added debug job with fail true
This commit is contained in:
parent
b93b2aee50
commit
a09cdf980e
1 changed files with 3 additions and 2 deletions
|
|
@ -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 }
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue