2010-05-24 Sergio Martin <sergio.martin@artica.es>
* 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
This commit is contained in:
parent
ad378b25ae
commit
6bcf611e3f
|
@ -1,3 +1,9 @@
|
|||
2010-05-24 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* util/plugin/snmp_process.pl: Changed the
|
||||
value that change the status of the process
|
||||
from 2 to 1.
|
||||
|
||||
2010-05-20 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* pandora_server.spec: Changed release number.
|
||||
|
|
|
@ -122,7 +122,7 @@ sub get_status {
|
|||
|
||||
chomp($output);
|
||||
|
||||
if($output eq '2') {
|
||||
if($output eq '1') {
|
||||
$output = "1\n";
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Reference in New Issue