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
Sample emailFilter.xml File
This sample emailFilter.xml file shows the entire content of emailFilter.xml contained within the
<EmailFilter> and </EmailFilter> tags. None of the entries are case-sensitive..
<EmailFilter >
<Templates>
<Template alert_type="Administrative" alert_subtype="Environment"
status="New">New-Administrative-Environment.html</Template>
<Template alert_type="Administrative" alert_subtype="Environment"
status="Cancel">Cancel-Administrative-Environment.html</Template>
<Template alert_type="Administrative" alert_subtype="System"
status="New">New-Administrative-System.html</Template>
<Template alert_type="Administrative" alert_subtype="System"
status="Cancel">Cancel-Administrative-System.html</Template>
...
</Templates>
FileReloadTimeInMinutes>120</FileReloadTimeInMinutes>
<SendFromEmail>name1@example.com</SendFromEmail>
<FilterRule name="WebTierAlerts">
<Conditions>
<condition type="Application">Online Trading</condition>
<condition type="Tier">Online Trading:Web</condition>
<condition type="Tier">Online Trading:Web</condition>
<condition type="Level">Critical</condition>
</Conditions>
<Addresses>
<sendTo type="email">name2@example.com</sendTo>
<sendTo type="sms">9495554444@vtext.com </sendTo>
</Addresses>
</FilterRule>
<FilterRule name="ResourceKindAlerts">
<Conditions>
<condition type="ResourceKind">OPEN_API:DEMO</condition>
<condition type="Status">New</condition>
<condition type="Tag">Location:NewYork</condition>
</Conditions>
<Addresses>
<sendTo type="email">name3@example.com</sendTo>
<sendTo type="sms">9495551212@vtext.com</sendTo>
</Addresses>
</FilterRule>
</EmailFilter>
Chapter 7 Configuring Alert Notifications
VMware, Inc. 83