2011-06-27 Junichi Satoh <junichi@rworks.jp>
* lib/PandoraFMS/NetworkServer.pm: Fixed SNMP PROC modules always return critical state. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4484 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
7109eba02f
commit
f6eac586de
|
@ -1,3 +1,8 @@
|
|||
2011-06-27 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* lib/PandoraFMS/NetworkServer.pm: Fixed SNMP PROC modules always
|
||||
return critical state.
|
||||
|
||||
2011-06-23 Koichiro Kikuchi <koichiro@rworks.jp>
|
||||
|
||||
* lib/PandoraFMS/Tools.pm: Checked if pandora_server is already
|
||||
|
|
|
@ -355,6 +355,7 @@ sub pandora_query_snmp ($$) {
|
|||
}
|
||||
}
|
||||
|
||||
chomp ($module_data);
|
||||
return ($module_data, $module_result);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue