just an update to the json file i am using

This commit is contained in:
Johannes Findeisen 2013-08-15 02:50:15 +02:00
commit cb8c17188d

View file

@ -8,7 +8,7 @@
} }
}, },
"periods": { "periods": {
"always": { "seconds": 5 } "always": { "seconds": 2 }
}, },
"hostgroups":{ "hostgroups":{
"servers":{ "servers":{
@ -19,7 +19,7 @@
"class": "tcpconnect", "class": "tcpconnect",
"args": { "port": 80 }, "args": { "port": 80 },
"periods": ["always"], "periods": ["always"],
"threshold": 10 "threshold": 5
} }
] ]
} }