5.0

Table Of Contents
Table 7-2. Elements for General Options
Element Description
<FileReloadTimeInMinutes>
(Optional) Sets how often vCenter Operations Manager
checks the emailFilter.xml file for changes. If you do not
include this element, vCenter Operations Manager checks
the file every 30 minutes.
<SendFromEmail>
(Optional) Sets the address to use as the from address for all
email alert notifications. If you do not include this element,
vCenter Operations Manager sends messages from the
default email sender address in the
vcenter-
ops
\user\conf\email.properties configuration file.
<FilterRule> Element
The rest of the emailFilter.xml file contains one or more <FilterRule> elements. Each <FilterRule> element
defines a set of conditions for an alert and one or more email addresses to which to send notifications for all
alerts that meet those conditions. <FilterRule> should have a name attribute. The name attribute can be any
text that describes the filter rule.
Each <FilterRule> has one or more conditions, which are contained in a <Conditions> tag. Each
<condition> element includes a type setting and a value to match. In the sample file, the following conditions
are used in the first rule.
<Conditions>
<condition type="Application">Online Trading</condition>
<condition type="Tier">Online Trading:Web</condition>
<condition type=Level">Critical</condition>
</Conditions>
In this example, the rule contains three conditions. The first condition is of type Application and it checks for
the value Online Trading. The type setting defines the type of data to check for the matching value to determine
if the condition is met.
Table 7-3. Valid Type Settings
Type Description
AlertSubType
Subtype of the alert. Valid names are EARLYWARNING,
KPI_BREACH, KPI_PREDICTION, KPI_HT_BREACH,
NOTIFICATION, SYSTEM, ENVIRONMENT, and
ABNORMALITY.
For example: <condition
type="AlertSubType">ENVIRONMENT</condition>
AlertType
Type of alert. Valid values are SMART, CLASSIC, and
ADMINISTRATIVE.
For example: <condition
type="AlertType">ADMINISTRATIVE</condition>
Application
Name of a vCenter Operations Manager application. The
condition matches if the alert is for any resource in the
application.
For example: <condition
type="Application">OnlineTrading</condition>
Collector
Uunique name of a vCenter Operations Manager collector.
For example: <condition type="Collector">vCenter
Operations Collector</condition>
Chapter 7 Configuring Alert Notifications
VMware, Inc. 85