From b1dd2f2ea8fc435a5d1cd6781375751bda56b198 Mon Sep 17 00:00:00 2001 From: varac Date: Mon, 24 Feb 2014 17:34:23 +0100 Subject: lowered check_mk thresholds for check_bigcouch_errors.sh --- tests/check_bigcouch_errors.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/check_bigcouch_errors.sh b/tests/check_bigcouch_errors.sh index d14ab92..da9e79e 100755 --- a/tests/check_bigcouch_errors.sh +++ b/tests/check_bigcouch_errors.sh @@ -1,8 +1,8 @@ #!/bin/bash -WARN=10 -CRIT=20 +WARN=1 +CRIT=5 STATUS[0]='OK' STATUS[1]='Warning' STATUS[2]='Critical' -- cgit v1.2.3