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:
jsatoh 2011-06-27 03:07:44 +00:00
parent 7109eba02f
commit f6eac586de
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -355,6 +355,7 @@ sub pandora_query_snmp ($$) {
}
}
chomp ($module_data);
return ($module_data, $module_result);
}