Remove debug line

tags/zabbix-agent-addons-0.2.20-1
Daniel Berteaud 8 years ago
parent 2ccb17f53c
commit 71cf068d67
  1. 1
      zabbix_scripts/util_generate_sensors_ini

@ -235,7 +235,6 @@ if ($ipmitool && -x $ipmitool){
# Try to detect lm_sensors, using the sensors command
if ($lmsensor && -x $lmsensor){
print "Trying $lmsensor\n";
my @lines = qx($lmsensor);
if ($? == 0){
SENSOR: foreach my $l (@lines){

Loading…
Cancel
Save