5.0
Table Of Contents
- VMware vCenter Operations Manager Enterprise Administration Guide
- Contents
- VMware vCenter Operations Manager Enterprise Administration Guide
- Configuring and Managing vCenter Operations Manager
- Configuring Adapters
- Configuring Resources
- Configuring Attribute Packages
- Configuring Applications
- Configuring and Managing Users
- Configuring Alert Notifications
- Performing Basic System Administration Tasks
- View vCenter Operations Manager Performance Information
- View vCenter Operations Manager Status Information
- Start or StopvCenter Operations Manager Services
- Viewing and Managing System Log Files
- Delete Old Data in the File System Database
- Run the Audit Report
- Modify Global Settings
- Modify Global Settings for Virtual Environments
- Create a Support Bundle
- Resolving Administrative System Alerts
- Analytics FSDB Overloaded
- Analytics Threshold Checking Overloaded
- Collector Is Down
- Controller Is Unable to Connect to MQ
- DataQueue Is Filling Up
- Describe Failed
- Failed to Repair Corrupted FSDB Files
- File Queue Is Full
- FSDB Files Corrupted for Resources
- FSDB Storage Drive Free Space Is Less Than 10%
- No DT Processors Connected
- One or More Resources Were Not Started
- Outbound Alert Send Failed
- Replication MQ Sender Is Blocked
- Backing Up and Recovering Data
- Using System Tools
- Summary of vCenter Operations Manager System Tools
- Check the FSDB and Repair Problems
- Move the FSDB
- View Resources in the FSDB
- Remove System-Generated Metrics from the FSDB
- Monitor vCenter Operations Manager Services in JConsole
- Verify Server to Collector Communication
- Configuring and Running the Repository Adapter
- Configure Database Connections for the Repository Adapter
- Set the Repository Adapter Schedule
- Configure the Source and Destination Columns for the Repository Adapter
- Set Operation Options for the Repository Adapter
- Configure Data Export Values for the Repository Adapter
- Start the Repository Adapter
- conf.properties File
- Configuring and Running runvcopsServerConfiguration
- Using the FSDB JDBC Driver
- Index
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.