To specify the class property threshold value for de-escalating an event, use the set escalating command.
set deescalating value
| value |
The property value at which the event will be de-escalated. See the Usage Guidelines for the required format. |
None
Statistics class property threshold value (/org/stats-threshold-policy/class/property/threshold-value)
| Release | Modification |
|---|---|
| 1.0(1) |
This command was introduced. |
![]() Note |
You can specify both de-escalating and escalating class property threshold values. |
This example creates an above normal warning threshold of 50° C, de-escalating the warning at 49° C:
switch-A /org* # scope stats-threshold-policy ServStatsPolicy switch-A /org/stats-threshold-policy* # create class cpu-stats switch-A /org/stats-threshold-policy/class* # create property cpu-temp switch-A /org/stats-threshold-policy/class/property* # set normal-value 48.5 switch-A /org/stats-threshold-policy/class/property* # create threshold-value above-normal warning switch-A /org/stats-threshold-policy/class/property/threshold-value* # set escalating 50.0 switch-A /org/stats-threshold-policy/class/property/threshold-value* # set deescalating 49.0 switch-A /org/stats-threshold-policy/class/property/threshold-value* # commit-buffer switch-A /org/stats-threshold-policy/class/property/threshold-value #
|
Command |
Description |
|
set escalating |
|