7.7.1.15 ALTER THRESHOLD
Purpose
The ALTER THRESHOLD
command updates the attribute values of all thresholds or the specified thresholds.
Syntax
ALTER THRESHOLD { ALL |threshold_name
[,threshold_name
...] }attribute_name
=attribute_value
[,attribute_name
=attribute_value
]...
Usage Notes
The attributes that can be changed with the ALTER
command are shown as modifiable
in Describing the THRESHOLD Object.
Examples
The following example shows how to alter threshold attributes.
Example 7-70 Altering Threshold Attributes
CellCLI> ALTER THRESHOLD ct_io_wt_rq.interactive warning=10, critical=20, - comparison='=', occurrences=2, observation=10 CellCLI> ALTER THRESHOLD ALL occurrences=3
Related Topics
Parent topic: ALTER