Optional Attribute
|
Description, Type and Dimension, Default, and Example
|
MessagesQueue
|
Size of the VCS engine's message queue. Its minimum value is 30.
|
NotifierListeningPort
|
Any valid, unused TCP/IP port numbers.
|
SnmpdTrapPort
|
Port on the SNMP console machine where SNMP traps are sent.
If you specify more than one SNMP console, all consoles use this value.
|
SnmpCommunity
|
Specifies the community ID for the SNMP manager.
|
SmtpRecipients
|
Specifies the email address where SMTP sends information and the severity level of the messages. The severity levels of messages are Information, Warning, Error, and SevereError. Specifying a given severity level for messages indicates that all messages of equal or higher severity are received.
Note SmtpRecipients is a required attribute if you specify SmtpServer.
- Type and dimension: string-association
- Example:
{ "james@example.com" = SevereError, "admin@example.com" = Warning }
|
SmtpServerVrfyOff
|
Setting this value to 1 results in the notifier not sending a SMTP VRFY request to the mail server specified in SmtpServer attribute while sending emails. Set this value to 1 if your mail server does not support SMTP VRFY command.
|
SmtpServerTimeout
|
This attribute represents the time in seconds notifier waits for a response from the mail server for the SMTP commands it has sent to the mail server. This value can be increased if you notice that the mail server is taking a longer duration to reply back to the SMTP commands sent by notifier.
|
SmtpReturnPath
|
Set to a valid email address, if you want the notifier to use a custom email address in the Return-Path: <> field.
Note If the mail server specified in SmtpServer does not support VRFY, then you need to set the SmtpVrfyOff to 1 in order for the SmtpReturnPath value to take effect.
- Type and dimension: string-scalar
- Example: "usera@example.com"
|
SmtpFromPath
|
Set to a valid email address, if you want the notifier to use a custom email address in the FROM: field.
- Type and dimension: string-scalar
- Example: "usera@example.com"
|
EngineListeningPort
|
Change this attribute if the VCS engine is listening on a port other than its default port.
|