Administrative Alerts Configuration Settings

IMPORTANT

Read more about Data Workbench’s End-of-life announcement.

Instructions to configure administrative alerts for Insight Server, Repeater, or Transform.

Complete the parameters in the following file:

Product Name installation directory\Components\Administrative Alerts.cfg

Parameter Description
Category The name of the category. A category of Default is required. See Error Categories in this table.
Error Categories Lets you categorize errors in conjunction with the Error Categorization File. Each Error Category can have its own set of Recipients and its own Throttle Delay. For example, you might create a Critical category with a throttle delay of 0, so that every critical error is emailed immediately to the recipients specified in the Recipients list. Errors that do not match a substring in the Error Categorization File are assigned to the Default category. To add a new category, right-click on a number and click Add New > Error Category . You can also copy or remove them using the right-click action.
Error Categorization File

The name of the file you want to use to categorize each alert. You create this file using Notepad. This file should have three columns on each line, separated by tabs. The first column is a string to match in errors. A ^ sign matches the beginning and a $ matches the end of the string; all other characters are matched literally. The second column is a category for errors that match, which is in Error Categories. The third is an alternate message, which is prepended to the actual error message in emails that are sent. If no file is specified, all errors categorize as Default.

To see an example of this file, see the Error Categories.txt file in the Lookups directory.

From

Address that appears in the “from” parameter of the email message.

Example: server_errors@mycompany.com

Minimum Disk Space (MB) The server generates an email alert when available disk storage in any directory used by the server drops below this value. The default value is 1000.
Sensor Alert Timeout (min)

The server generates an email alert when it has received no data from a configured and previously connected Sensor within this time window. The default value is 15.

Note: Sensor Alert Timeout works only if an existing connection to a Sensor is dropped. If the server’s service is stopped and restarted and the Sensors do not connect, the server does not generate email alerts.

Server Address

The address of the SMTP server for outgoing email.

Example: mail.mycompany.com

An SMTP server is required for use of the described capabilities.

Server Password

The password for logging in to the SMTP server. This parameter is optional unless login is required to send mail.

An SMTP server is required for use of the described capabilities.

Server User

The user ID/name for logging in to the SMTP server. This parameter is optional unless login is required to send mail.

An SMTP server is required for use of the described capabilities.

Throttle Delay (secs) The minimum number of seconds that must elapse between two errors in that category for an email to be sent. A value of 0 sends the email immediately.

On this page