From e71bbee704d168ce4ce3fa15f4cae6bd93b25bfb Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Thu, 15 Aug 2013 02:50:15 +0200 Subject: [PATCH] just an update to the json file i am using --- examples/hanez.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/hanez.json b/examples/hanez.json index 509e4d4..936c6c3 100644 --- a/examples/hanez.json +++ b/examples/hanez.json @@ -8,7 +8,7 @@ } }, "periods": { - "always": { "seconds": 5 } + "always": { "seconds": 2 } }, "hostgroups":{ "servers":{ @@ -19,7 +19,7 @@ "class": "tcpconnect", "args": { "port": 80 }, "periods": ["always"], - "threshold": 10 + "threshold": 5 } ] }