X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=inline;f=dsa-nagios-checks%2Fchecks%2Fdsa-check-hpasm;h=0f008e1bf767a44915d303f09167f5cf0cb867ea;hb=3d0f0b185f09052eed2524aab8fa86b81c536eef;hp=029fc018923c0e1fdef31d0a9138b816dd2dbcf4;hpb=36e46c0037fcb92d0cad170e0a17f4eddc732026;p=mirror%2Fdsa-nagios.git 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;