added double ping service to show up the classItem error. see dev list for that.
This commit is contained in:
parent
07c72dc86b
commit
7273c74028
1 changed files with 6 additions and 0 deletions
|
|
@ -19,6 +19,12 @@
|
||||||
{"class": "mongodb", "args":{ "host": "mongodb.burnscorp.org", "user": "homer", "password": "useless", "database": "default" }}
|
{"class": "mongodb", "args":{ "host": "mongodb.burnscorp.org", "user": "homer", "password": "useless", "database": "default" }}
|
||||||
],
|
],
|
||||||
"services":[
|
"services":[
|
||||||
|
{
|
||||||
|
"class": "ping",
|
||||||
|
"fails": {"donut": 2000},
|
||||||
|
"periods":["doh"],
|
||||||
|
"threshold": 500
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"class": "ping",
|
"class": "ping",
|
||||||
"fails": {"donut": 2000},
|
"fails": {"donut": 2000},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue