5.0

Table Of Contents
Table 7-3. Valid Type Settings (Continued)
Type Description
Level
Minimum alert criticality level. Alerts of this level or above
match this condition. Valid types are NONE, INFO,
WARNING, IMMEDIATE, and CRITICAL.
For example: <condition
type="Level">immediate</condition>
ResourceKind
Name of a resource kind in the format
AdapterKind:ResourceKind.
For example: <condition
type="ResourceKind">OPEN_API:DEMO</condition>
RootCauseTier
Tier in an application. It is a match if one of the root causes
of the alert is on the tier. You must include the application
name and the tier name in the format Application:Tier.
For example: <condition
type="RootCauseTier">Online
Trading:Network</condition>
State
State of the alert. Valid values are OPEN, ASSIGNED,
SUSPENDED, and SUPPRESSED.
For example: <condition
type="State">Open</condition>
Status
Status of the alert. Valid values are ACTIVE, NEW, or
CANCEL.
For example: <condition
type="Status">Cancel</condition>
Tag
Tag name/value pair in the format TagName:TagValue.
For example: <condition type="Tag">Geo
Location:Chicago</condition>
Tier
Tier within an application. You must include the application
name and the tier name in the format Application:Tier. The
condition matches if the alert is for any resource in the tier.
For example: <condition type="Tier">Online
Trading:Network</condition>
If the filter contains multiple conditions, an alert must meet all of the conditions to be considered a match for
the filter.
Following the conditions, each rule contains an <Addresses> element that contains one or more <sendto>
subelements, each of which specifies a single email address, the type of message to send, and a delay time and
resend time. The delay time and resend time are optional.
n
type specifies the type of message to send, which is either email or sms. email sends the full alert message
and sms sends only header information. The address is the email address to which to send the notification.
n
resend sets the repeat interval for the notification. For example, if the resend interval is set to 60,
vCenter Operations Manager sends a notification to the address every hour for as long as the alert
condition is met.
n
delay is the interval between when an alert that meets the conditions of the filtering rule occurs and when
vCenter Operations Manager sends the first message to the address. For example, you might want to delay
the message if the recipient should be notified only if the condition is not corrected within a specified time
period.
For example, the following element sends a notification to the email address name3@example.com.
<sendTo type="email" delay="120" resend="60">name3@example.com</sendTo>
VMware vCenter Operations Manager Enterprise Administration Guide
86 VMware, Inc.