Use the Settings icon –> Notifications –> System Settings page to set defaults for notification delivery methods, using three groups of settings: Email System Settings, Syslog System Settings and SNMP System Settings. These settings determine how and where notifications are sent to recipients, and what those notifications look like. All four notification types (Issue, Change, Job and Alert) support HTML and plain text emails.
...
Note: Individual notification settings supersede default settings.
...
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
...
Note: Depending on the selected category, the default contents of the Subject and Message fields will change.
The Subject field formats differently based on the notification type. Issue, for example, uses three separate variables ($SeverityName; $Title
and $Identifier
) to structure the content of the subject line. You do not need to edit variables directly in the subject line.
...
6. If selecting System Alert as the Category, enter the subject line for the default email message settings.
7. Choose whether to format the Message as plain text or HTML.
8. (For Issue notifications only) Use the Details field to include the issue name (using the $Name variable) and value at the time the issue is raised (using the $Value variable). These variables are only valid in the Details field.
9. Click Save when finished.
If you make a mistake or want to remove all notification settings for another reason, click Restore Defaults. The Notification –> System Settings are erased—configured Notifications and subscriptions are preserved.
...
Note: The Category list and Format option control the information shown in the e-mail Subject, Message and Details fields. Eight combinations of Category and Format are possible, so be sure to review/change the formatted content for all combinations.
...
Typical usage:
- For an HTML message, data is included as a row within a table, for example:
<TR><TD> optional_cell_style$Name</TD><TD> optional_cell_style$Value</TD></TR>.
- For a plain text message, this field would contain just the variables: $Name, $Value.
A valid SMTP server name or IP address must be entered in this tab before e-mail notifications can be created via the Subscriptions page. The SMTP server must be configured to accept incoming e-mail messages from NetMRI to be relayed to the appropriate destinations.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
...
Note: Syslog does not provide acknowledgment of message delivery.
...
To define notification settings for Syslog servers, do the following:
- Go to the Settings icon –> Notifications –> System Settings page.
- Click the Syslog System Settings tab.
- Enter the Syslog server DNS name or IP address in the Syslog Server field. Use commas between each entry if entering more than one default destination IP or host name. These settings are unrelated to the Syslog Forwarding settings under the Settings icon –> Setup –> Syslog Forwarding page in NetMRI.
When you create a new notification subscription, this server value auto-populates the Server field for all SNMP trap subscriptions. - If necessary, enter the TCP Port over which the Syslog server is running. The default standard value is 514.
- Choose the service Facility over which notifications will be sent. In many cases the default, Local Use 0, may be used. You can use different facilities based on the urgency of the notification. This may change the network service over which the notification message is relayed.
- If necessary, select the Severity level for Errors (Severity:Error), Warnings (Severity:Warning) and Informational messages (Severity:Info) or retain the defaults.
- Choose the Category for which the current syslog message settings will be applied.
- In the Message field, enter the text message that will apply to each notification. Do so for each of the four categories if necessary. The Category list controls the data appearing in the Message field.
- Click Save when finished.
If you make a mistake or want to remove all notification settings for another reason, click Restore Defaults. Clicking Restore Defaults restores all settings (including currently hidden settings) in all three tabs in this page.
Changing the Syslog Facility
...
- Go to the Settings icon –> General Settings –> Advanced Settings page.
- Click the right arrow once, and click the Edit icon for the Syslog Facility setting under Notification. Syslog System Settings tab.
- From the Syslog Facility dropdown, select the new facility value.
- Click OK to save changes.
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
Anchor | ||||
---|---|---|---|---|
|
Some event monitoring systems accept SNMP traps as input for reporting. NetMRI can send notifications as SNMP Traps to other monitoring systems that use them as an event reporting mechanism.
To define NetMRI notification SNMP settings, do the following:
- Go to the Settings icon –> Notifications –> System Settings page.
- Click the SNMP System Settings tab.
- Enter the SNMP server DNS name or IP address in the Syslog Server field. Use commas between each entry if entering more than one default destination IP or host name.
- When you create a new notification subscription, this server value auto-populates the Server field for all SNMP trap subscriptions.
- If necessary, enter the TCP Port over which the SNMP server is running. The default standard value is 162.
- Enter the SNMP Community string.
- Choose the Trap TypeT ype: v1Trap, V2cTrap, or V2c Inform.
- Click Save when finished.
- If you make a mistake or want to remove all notification settings for another reason, click Restore Defaults. Clicking Restore Defaults restores all settings (including currently hidden settings) in all three tabs in this page.
...