Set a threshold to suppress alert generation
The event threshold is the rate upon which Event Management generates an alert. Receiving multiple events for a device over a short interval may warrant creating an alert, as the condition may be serious. However, receiving events over a longer interval may indicate a less serious situation which would not warrant creating an alert.
始める前に
このタスクについて
You can configure the properties in an event rule to create alerts, suppress alert generation, or close existing alerts according to a specified threshold. The threshold is based on the value of event fields or number of occurrences over a specified period.
- Create Alert Operator: >= (operator to determine whether utilization of Field Name reaches or exceeds the specified value)
- Field Name: CPU (events regarding high CPU usage)
- Threshold Value: 80 (percent)
- Occurs: 3 (three events occur where the CPU usage is at or above ">=" 80%)
- Over(seconds): 20 (20 seconds or less between events)
| Scenario | Outcome |
|---|---|
Reported elapsed time and the CPU usage for each event:
|
In this scenario, no alert is generated since one event has a CPU utilization that is under 80%. |
Reported elapsed time and the CPU usage for each event:
|
In this scenario, an alert is not generated since the elapsed time in one event is over the specified 20 seconds. |
Reported elapsed time and the CPU usage for each event:
|
In this scenario, an alert is generated since in all events the elapsed time is within the specified time and the CPU usage is over 80%. |
- When configuring an event rule to create or close alerts according to a threshold, events that arrive at the same second, as determined by the time_of_event field, are skipped. This occurs because these events are considered to be duplicates.
- When threshold conditions are configured, alerts close when the Close Alert Operator condition is met, and not when an event is received with Severity = Clear or Resolution state = Closing.
手順
例
- In the Field name field, specify the name of any field that exists in the Additional information field in the event. The value of the field is irrelevant.
- In the Create Alert Operator field, select Count.
- In the Occurs field, specify 5.
- In the Over field, 600 (10 * 60 seconds).
- Click Save or Submit.
To create an alert when a specific event occurs 5 times in 10 minutes with a metric value greater than 55. Assume that “metric_value” is a field in the Additional information of the event. Specify:
- Select the Active check box.
- In the Create Alert Operator field, select >=.
- In the Field name field, specify metric_value.
- In the Threshold value field, specify 55.
- In the Occurs field, specify 5.
- In the Over field, specify 600 (10 * 60 seconds).
- Click Save or Submit.