mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
2013-05-16 Ramon Novoa <rnovoa@artica.es>
* bin/pandora_server: Added information about the loading of the enterprise module to the log. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8138 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
bd2753605d
commit
6d0394f7fe
@ -1,3 +1,8 @@
|
||||
2013-05-16 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* bin/pandora_server: Added information about the loading of the
|
||||
enterprise module to the log.
|
||||
|
||||
2013-05-14 Ramon Novoa <rnovoa@artica.es>
|
||||
|
||||
* lib/PandoraFMS/NetworkServer.pm: Added the Pandora FMS's console MIB
|
||||
|
@ -342,8 +342,10 @@ if ($Config{'daemon'} == 1) {
|
||||
# Load enterprise module
|
||||
if (enterprise_load (\%Config) == 0) {
|
||||
print_message (\%Config, " [*] Pandora FMS Enterprise module not available.", 1);
|
||||
logger (\%Config, " [*] Pandora FMS Enterprise module not available.", 1);
|
||||
} else {
|
||||
print_message (\%Config, " [*] Pandora FMS Enterprise module loaded.", 1);
|
||||
logger (\%Config, " [*] Pandora FMS Enterprise module loaded.", 1);
|
||||
|
||||
if($Config{'policy_manager'} == 1) {
|
||||
# Start thread to patrol policy queue
|
||||
|
Loading…
x
Reference in New Issue
Block a user