Resource type definitions

AIX

type NotifierMngr (

static int RestartLimit = 3

	static str ArgList[] = { EngineListeningPort, MessagesQueue, 
    NotifierListeningPort, SnmpdTrapPort, SnmpCommunity, 
    SnmpConsoles, SmtpServer, SmtpServerVrfyOff, SmtpServerTimeout, 
    SmtpReturnPath, SmtpFromPath, SmtpRecipients }
 

int EngineListeningPort = 14141

int MessagesQueue = 30

int NotifierListeningPort = 14144

int SnmpdTrapPort = 162

str SnmpCommunity = "public"

str SnmpConsoles{}

str SmtpServer

boolean SmtpServerVrfyOff = 0

int SmtpServerTimeout = 10

str SmtpReturnPath

str SmtpFromPath

str SmtpRecipients{}

)

HP-UX

type NotifierMngr (

static int RestartLimit = 3

        static str ArgList[] = { EngineListeningPort, MessagesQueue, 
        NotifierListeningPort, SnmpdTrapPort, SnmpCommunity, 
        SnmpConsoles, SmtpServer, SmtpServerVrfyOff, 
        SmtpServerTimeout, SmtpReturnPath, 
        SmtpFromPath, SmtpRecipients }
 

int EngineListeningPort = 14141

int MessagesQueue = 30

int NotifierListeningPort = 14144

int SnmpdTrapPort = 162

str SnmpCommunity = "public"

str SnmpConsoles{}

str SmtpServer

boolean SmtpServerVrfyOff = 0

int SmtpServerTimeout = 10

str SmtpReturnPath

str SmtpFromPath

str SmtpRecipients{}

)

Linux

type NotifierMngr (

static int RestartLimit = 3

	static str ArgList[] = { EngineListeningPort, MessagesQueue, 
	NotifierListeningPort, SnmpdTrapPort, SnmpCommunity, 
	SnmpConsoles, SmtpServer, SmtpServerVrfyOff, SmtpServerTimeout, 
	SmtpReturnPath, SmtpFromPath, SmtpRecipients }
 

int EngineListeningPort = 14141

int MessagesQueue = 30

int NotifierListeningPort = 14144

int SnmpdTrapPort = 162

str SnmpCommunity = public

str SnmpConsoles{}

str SmtpServer

boolean SmtpServerVrfyOff = 0

int SmtpServerTimeout = 10

str SmtpReturnPath

str SmtpFromPath

str SmtpRecipients{}

)

Solaris

type NotifierMngr (

static int RestartLimit = 3

	static str ArgList[] = { EngineListeningPort, MessagesQueue, 
	NotifierListeningPort, SnmpdTrapPort, SnmpCommunity, 
	SnmpConsoles, SmtpServer, SmtpServerVrfyOff, SmtpServerTimeout, 
	SmtpReturnPath, SmtpFromPath, SmtpRecipients }
 

int EngineListeningPort = 14141

int MessagesQueue = 30

int NotifierListeningPort = 14144

int SnmpdTrapPort = 162

str SnmpCommunity = "public"

str SnmpConsoles{}

str SmtpServer

boolean SmtpServerVrfyOff = 0

int SmtpServerTimeout = 10

str SmtpReturnPath

str SmtpFromPath

str SmtpRecipients{}

)