7.7.5.28 DESCRIBE THRESHOLD
Purpose
The DESCRIBE THRESHOLD command displays a list of attributes for the THRESHOLD object type.
Syntax
DESCRIBE THRESHOLDUsage Notes
The attributes displayed by the DESCRIBE THRESHOLD command can include:
-
comparison: Operator for comparing the metric value to the threshold value (>, >=, =, <, <=) to determine whether the value violates the threshold. -
critical: Limit beyond which the metric value is considered to be in the critical state for generating alerts -
name: Unique name of the threshold -
observation: Number of measurements over which the rate metric is averaged before being compared with the threshold value -
occurrences: Number of consecutive violations of the threshold limit by the metric value before the appropriate alert is issued -
warning: Limit beyond which the metric value is considered to be in the warning state for generating alerts
Example 7-120 Describing the THRESHOLD Object
CellCLI> DESCRIBE THRESHOLD
name
comparison modifiable
critical modifiable
observation modifiable
occurrences modifiable
warning modifiableParent topic: DESCRIBE