Notifier Setup Tab
A notifier is defined as the target where event messages are sent. A notifier may output information to Azure Application Insight, any type of database table, log file, SNMP trap, Mail, SNS topic, or the standard System Log.
Setting | Description |
|---|---|
Notification Type | Select the output type for the notification in this drop-down list. See the detailed descriptions of the notification types in the section below, Notification Type Configuration. |
Duplicate Suppression (sec) | Enter the number of seconds during which an identical event is suppressed from being logged. The default value is 0. |
Base Configuration | The Base Configuration settings vary depending on the selected notification type and can be the location of a log file, database profile, or credentials, etc. See the respective notification type descriptions below for more information. |
Target Field Configuration | These settings are used for constructing the content of the notification, and they vary depending on which notification type you have selected, see information about each notification type below. |
Notification Type Configuration
The event notification types that you can configure are:
Azure Application Insight
Database
Log File
Send Mail
Send SNMP Trap
Send SNMP Trap, Alarm
SNS Topic
System Log
Azure Application Insight
Database
When you select the Database notification type, Event fields can be inserted into database tables using either plain SQL statements or calls to stored procedures.
Setting | Description |
|---|---|
Database | Browse and select the database profile defining the database in which the table resides, see Database Profile for information about how to define a Database profile. |
SQL Statement | Type in any SQL statement, using '?' for variables which are to be mapped against event fields in the Event Setup tab. Trailing semicolons are not used. In the case of running several statements, they must be embedded in a block. |
Log File
When you select the Log File notification type, messages can be routed to ordinary text files on the local file system.
Event Notification - Notification Type Log File
Setting | Description |
|---|---|
Directory | Enter the path to the directory where the file in which events are to be logged resides. |
Filename | Enter the name of the file in which events are to be logged. In case the file does not exist, it will be created when the first message for the specific event map arrives. New messages are appended. |
Size | Select this check box to define the maximum size of the file. When this parameter is exceeded, the existing file is renamed and a new one is created upon the arrival of the next event. The old file will receive an extension to the file name, according to |
Time | Select this check box to define the maximum lifetime of a file before it is rotated. When this parameter is exceeded, the existing file is renamed and a new is created upon the arrival of the next event. If the time is set to rotate every:
The old file will receive an extension to the file name, according to If both Size and Time are set, both behaviors apply. |
Separator | Select how to separate logged events from each other. Valid options are:
|
Log Line | Enter the text to go into the log file. For further information about how to obtain the text, see Target Field Configuration below. |