Load the Transactional Server from Enterprise.pm.

This commit is contained in:
Ramon Novoa 2016-06-14 12:34:20 +02:00
parent 2aac324adf
commit 226c46e91d
1 changed files with 0 additions and 1 deletions

View File

@ -116,7 +116,6 @@ sub pandora_startup () {
push (@Servers, new PandoraFMS::WMIServer (\%Config, $DBH));
push (@Servers, new PandoraFMS::PluginServer (\%Config, $DBH));
push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));
push (@Servers, new PandoraFMS::TransactionalServer (\%Config, $DBH));
} else {
# Metaconsole service modules are run by the prediction server
push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));