set deescalating

To specify the class property threshold value for de-escalating an event, use the set escalating command.

set deescalating value

Syntax Description

value

The property value at which the event will be de-escalated. See the Usage Guidelines for the required format.

Command Default

None

Command Modes

Statistics class property threshold value (/org/stats-threshold-policy/class/property/threshold-value)

Command History

Release Modification
1.0(1)

This command was introduced.

Usage Guidelines

Use this command to specify the class property threshold value for de-escalating an event. The format of the value argument varies depending on the class property threshold value being configured. To see the required format, enter the set deescalating ? command.

Note


You can specify both de-escalating and escalating class property threshold values.


Examples

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 #

Related Commands

Command

Description

set escalating