diff --git a/pandora_server/ChangeLog b/pandora_server/ChangeLog index 0b3af450ec..54c1b63a2c 100644 --- a/pandora_server/ChangeLog +++ b/pandora_server/ChangeLog @@ -1,3 +1,9 @@ +2010-05-24 Sergio Martin + + * util/plugin/snmp_process.pl: Changed the + value that change the status of the process + from 2 to 1. + 2010-05-20 Ramon Novoa * pandora_server.spec: Changed release number. diff --git a/pandora_server/util/plugin/snmp_process.pl b/pandora_server/util/plugin/snmp_process.pl index f918c59199..ddf1eda1d7 100755 --- a/pandora_server/util/plugin/snmp_process.pl +++ b/pandora_server/util/plugin/snmp_process.pl @@ -122,7 +122,7 @@ sub get_status { chomp($output); - if($output eq '2') { + if($output eq '1') { $output = "1\n"; } else {