diff --git a/nagios/check-netapp-ng.pl b/nagios/check-netapp-ng.pl index ff1c8e2..535ecbb 100755 --- a/nagios/check-netapp-ng.pl +++ b/nagios/check-netapp-ng.pl @@ -368,7 +368,6 @@ if("$opt{'check_type'}" eq "TEMP") { $shelf{'VoltUnderWarn'} = _get_oid_value($snmp_session,"$snmpEnclTableVoltUnderWarn.$oid"); foreach my $subkey ( keys %shelf) { - print "$subkey\t$shelf{$subkey}\n"; if($shelf{$subkey}) { push(@shelf_err,"$addr $subkey,") } } if($#shelf_err != -1) {