An event log can be configured to send events to one syslog destination. Syslog destinations have the following properties:
syslog server IP address
UDP port used to send the syslog message
Syslog Facility Code (0 - 23) (default 23 - local 7)
Syslog Severity Threshold (0 - 7)
Events that exceed the configured level are sent
Because syslog uses eight severity levels whereas the 7210 SAS uses six internal severity levels, the severity levels are mapped to syslog severities. The following table lists the severity level mappings to syslog severities.
Severity level |
Numerical severity (highest to lowest) |
Syslog configured severity |
Definition |
---|---|---|---|
0 |
emergency |
System is unusable |
|
3 |
1 |
alert |
Action must be taken immediately |
4 |
2 |
critical |
Critical conditions |
5 |
3 |
error |
Error conditions |
6 |
4 |
warning |
Warning conditions |
5 |
notice |
Normal but significant condition |
|
1 cleared 2 indeterminate |
6 |
info |
Informational messages |
7 |
debug |
Debug-level messages |