|
Default Parameters for MailAlertTest
This test monitors the target email ids, searches for a specific subject pattern that is pre-configured and reports the number of alerts received on the email ids containing that particular subject pattern.
This page depicts the default parameters that need to be configured for the MailAlertTest.
Enter a comma-separated list of specific patterns of mail subjects that need to be downloaded. The pattern should be in the format: <PatternName>:<Pattern> where <PatternName> is the pattern name that will be displayed in the monitor interface and <Pattern> is an expression of the form - *expr* or expr or *expr or expr*, etc. A leading ‘*’ signifies any number of leading characters, while a trailing ‘*’ signifies any number of trailing characters.
For example, specifying Critical_Alerts:*Critical* in this text box indicates that the test would download emails with the subject containing the word “Critical”. By default, All is specified in the SUBJECT PATTERN text box.
Multiple search patterns can be specified as a comma-separated list. For example, in case of alerts from SCOM, to categorize alerts separately for different alert priorities, configure the value as shown below:
Critical:*Severity*2*New*,Warning:*Severity*1*New*
The default value for this parameter is “All:*” which enables the test to download all mails.
Specify whether the test should delete mails after downloading from the server using the DELETE MAILS flag. By default, this value is set to False since the emails are downloaded from the same host. If you set this flag to True, then this test reads the emails based on the SUBJECT PATTERN specified and deletes the emails from the mailbox thereafter. Note that if this flag is set to True, you need to specify a dedicated email id in the RECEIVEUSER text box. Also, the test will attempt to download all the emails during every test execution for the specified email id.
When changing default configurations of tests, the values with "$" indicate variables that will be replaced by the eG system according to the specific server being managed - for instance, $hostName is the host/nickname of the target host, $port is the port number of the server being monitored. E.g., for a server xyz:80, $hostName will be changed automatically by the eG manager to "xyz" and $port will be changed to "80" when configuring a test.
|