From 3d0f0b185f09052eed2524aab8fa86b81c536eef Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Wed, 9 Dec 2009 17:08:33 +0100 Subject: [PATCH] Try this one again --- dsa-nagios-checks/checks/dsa-check-hpasm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsa-nagios-checks/checks/dsa-check-hpasm b/dsa-nagios-checks/checks/dsa-check-hpasm index 029fc01..0f008e1 100755 --- a/dsa-nagios-checks/checks/dsa-check-hpasm +++ b/dsa-nagios-checks/checks/dsa-check-hpasm @@ -222,8 +222,8 @@ sub do_temp { next if ($threshold eq '-'); $num_temp++; - my $off = $threshold - $current_temp; if ($current_temp ne '-') { + my $off = $threshold - $current_temp; if ($off <= 0) { $message = sprintf("TEMP zone=%s %sC/%sC ", $zone, $current_temp, $threshold); $exit_status |= 2; -- 2.20.1