HP 3PAR OS 3.1.3 Command Line Interface Reference

setsralertcrit
DESCRIPTION
The setsralertcrit command allows users to enable or disable a System Reporter alert criterion.
SYNTAX
setsralertcrit {-enable|-disable} <name>
AUTHORITY
Super, Service
Any role granted the sralertcrit_set right.
OPTIONS
-enable
Enables the specified criterion.
-disable
Disables the specified criterion.
SPECIFIERS
<name>
Specifies the name of the criterion to modify.
EXAMPLES
The following example disables the criterion called port_writes:
cli% setsralertcrit -disable port_writes
NOTES
Disabling a criterion also automatically fixes all alerts associated with that criterion.
setsralertcrit 317