mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 08:45:12 +02:00
Load the Transactional Server from Enterprise.pm.
This commit is contained in:
parent
2aac324adf
commit
226c46e91d
@ -116,7 +116,6 @@ sub pandora_startup () {
|
|||||||
push (@Servers, new PandoraFMS::WMIServer (\%Config, $DBH));
|
push (@Servers, new PandoraFMS::WMIServer (\%Config, $DBH));
|
||||||
push (@Servers, new PandoraFMS::PluginServer (\%Config, $DBH));
|
push (@Servers, new PandoraFMS::PluginServer (\%Config, $DBH));
|
||||||
push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));
|
push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));
|
||||||
push (@Servers, new PandoraFMS::TransactionalServer (\%Config, $DBH));
|
|
||||||
} else {
|
} else {
|
||||||
# Metaconsole service modules are run by the prediction server
|
# Metaconsole service modules are run by the prediction server
|
||||||
push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));
|
push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user