From ee629775afa15cd3a512a70095613325ccdfbc81 Mon Sep 17 00:00:00 2001 From: zarzuelo Date: Mon, 24 May 2010 09:25:08 +0000 Subject: [PATCH] 2010-05-24 Sergio Martin * util/plugin/snmp_process.pl: Changed the value that change the status of the process from 2 to 1. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2785 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_server/ChangeLog | 6 ++++++ pandora_server/util/plugin/snmp_process.pl | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 {