Fix the description for when UNDETERMINED is set

The previous description did not match the code in the Threshold
Engine

Change-Id: I2a1306a56458f8d3ab375df7597c0bbfc74657e5
This commit is contained in:
Craig Bryant 2015-10-28 13:53:24 -06:00
parent 3c93a9666f
commit 5a4dff15d3
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ If desired, an Alarm Definition can be created that exactly matches a set of met
Alarms have a state that is set by the Threshold Engine based on the incoming metrics.
* UNDETERMINED - No metrics for at least one of the subexpressions has been received in (period + 2) times periods (see below for definition of period and periods
* UNDETERMINED - No metrics for at least one of the subexpressions has been received in any period for a least 2 * periods (see below for definition of period and periods
* OK - Metrics have been received and the Alarm Definition Expression evaluates to false for the given metrics
* ALARM - Metrics have been received and the Alarm Definition Expression evaluates to true for the given metrics