From a5a147d87fb95f2bb5080774905ec562ff14c730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1ll=20Gu=C3=B0j=C3=B3n=20Sigur=C3=B0sson?= Date: Fri, 3 Sep 2010 00:15:09 +0000 Subject: [PATCH] --- check_hparray/trunk/check_hpacucli.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/check_hparray/trunk/check_hpacucli.py b/check_hparray/trunk/check_hpacucli.py index e93edfe..36b8b27 100644 --- a/check_hparray/trunk/check_hpacucli.py +++ b/check_hparray/trunk/check_hpacucli.py @@ -22,7 +22,7 @@ # If you do not have sssu, check your commandview CD, it should have both # binaries for Windows and Linux -debugging = True +debugging = False @@ -100,6 +100,7 @@ def end(): global nagios_status print "%s - %s | %s" % (state[nagios_status], summary,perfdata) print longserviceoutput + if nagios_status < 0: nagios_status = unknown exit(nagios_status) def add_perfdata(text):