Added the Mainframe Server to the list of servers.

This commit is contained in:
Ramon Novoa 2016-11-10 15:10:26 +01:00
parent c7cd908b02
commit d08f12966d
1 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ our @EXPORT = qw(
ICMPSERVER ICMPSERVER
SNMPSERVER SNMPSERVER
SATELLITESERVER SATELLITESERVER
MFSERVER
METACONSOLE_LICENSE METACONSOLE_LICENSE
$DEVNULL $DEVNULL
$OS $OS
@ -119,6 +120,7 @@ use constant EVENTSERVER => 10;
use constant ICMPSERVER => 11; use constant ICMPSERVER => 11;
use constant SNMPSERVER => 12; use constant SNMPSERVER => 12;
use constant SATELLITESERVER => 13; use constant SATELLITESERVER => 13;
use constant MFSERVER => 15;
# Module statuses. # Module statuses.
use constant STATUS_NORMAL => 0; use constant STATUS_NORMAL => 0;