5.6

Table Of Contents
6 To make your changes take effect, restart the email filter plug-in.
a In vCenter Operations Manager, select Admin > Configure Outbound Alert.
b Select the email filter plug-in instance and click the Stop icon.
c Select the email filter plug-in instance and click the Start icon.
Configure Alerts for vCenter Server Events
You can configure vCenter Server events to generate alerts.
Procedure
1 Open the eventlist.txt file in the
vcenter-ops
\user\plugins\inbound\vmwarevi_adapter3\conf
directory.
The eventlist.txt file defines the list of events that the vCenter adapter collects from vCenter Server.
2 Type the event ID of the event to generate an alert and set it to alert.
For example: vim.event.AlarmActionTriggeredEvent = alert
3 Save your changes and close the eventlist.txt file.
When the vCenter adapter collects an event that is marked as an alert, it sends a notification message to the
vCenter Operations Manager server and the Analytics service generates an alert.
Configure Hint Text for KPI Alerts
You can configure hint text for KPI alerts. The text appears in the HINT field in the Reason pane on the Alert
Detail page.
Procedure
1 Open the alertsKB.xml file in the
vcenter-ops
\user\conf\web\alertsKB.xml directory.
In a vCenter Operations Manager vApp, the alertsKB.xml file is in the Analytics virtual machine.
2 For each resource kind, specify an attribute key and an event.
The event can above for above the threshold or below for below the threshold.
For example, this alertsKB.xml file configures hint text for the CPU Usage | Usage (%) attribute when the
metrics goes above the threshold.
<kbItem>
<filter>
<resourceKind>VirtualMachine</resourceKind>
<attributeKey>cpu|usage_average</attributeKey>
<event>above</event>
<text>Your hint text here</text>
</kbItem>
3 Save your changes and close the alertsKB.xml file.
You do not need to restart the Web service.
Your changes appear in the user interface after five minutes.
Chapter 7 Configuring Alert Notifications
VMware, Inc. 85