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 } ] }