alert-console
Use this command to configure the alert console options. The alert console appears on the dashboard in the GUI.
Syntax
config system alert-console
set period {1 | 2 | 3 | 4 | 5 | 6 | 7}
set severity-level {information | notify | warning | error | critical | alert | emergency}
end
Variable |
Description |
---|---|
period {1 | 2 | 3 | 4 | 5 | 6 | 7} |
Enter the number of days to keep the alert console alerts (default = 7). |
severity-level {information | notify | warning | error | critical | alert | emergency} |
Enter the minimum severity level to display on the alert console on the dashboard:
|
Example
This example sets the alert console message display to warning for a duration of three days.
config system alert-console
set period 3
set severity-level warning
end