Class CpuUtilizationAlertConfigurer

java.lang.Object
org.openspaces.admin.alert.config.CpuUtilizationAlertConfigurer
All Implemented Interfaces:
AlertConfigurer, BeanConfigurer<AlertConfiguration>

public class CpuUtilizationAlertConfigurer extends Object implements AlertConfigurer
A CPU utilization alert configurer. Specifies the thresholds for triggering an alert. There are two thresholds, high and low and a measurement period indicating a window for the CPU reading. The CPU alert is raised if any discovered machine is above the specified CPU threshold for a period of time. The CPU alert is resolved if its CPU goes below the specified CPU threshold for a period of time.

Use the call to create() to create a fully initialized CpuUtilizationAlertConfiguration configuration.

Since:
8.0
Author:
Moran Avigdor
See Also: