Purpose
Clears a specified alert number and stores the reason for clearing it.
Syntax
ALERT CLEAR alertNumber REASON 'reason';Parameters
- alertNumber
- Number identifying the alert to be cleared.
- REASON
- Reason for clearing. Use single quotation marks when the reason is more than one word.
Example
unityadmin> ALERT CLEAR 1 'test';
The alert '1' was successfully cleared.