Moved MigrationServer to enterprise servers load

This commit is contained in:
fbsanchez 2018-03-13 17:26:44 +01:00
parent 9b9b46ac65
commit a6c5a0b046
1 changed files with 0 additions and 2 deletions

View File

@ -37,7 +37,6 @@ use PandoraFMS::ReconServer;
use PandoraFMS::WMIServer;
use PandoraFMS::PluginServer;
use PandoraFMS::PredictionServer;
use PandoraFMS::MigrationServer;
# Constants for Win32 services.
use constant WIN32_SERVICE_STOPPED => 0x01;
@ -119,7 +118,6 @@ sub pandora_startup () {
} else {
# Metaconsole service modules are run by the prediction server
push (@Servers, new PandoraFMS::PredictionServer (\%Config, $DBH));
push (@Servers, new PandoraFMS::MigrationServer (\%Config, $DBH));
}
# There are enterprise metaconsole servers!