HP MSA 2040 CLI Reference Guide

190
set syslog-parameters
Description Sets remote syslog notification parameters for events and managed logs. This allows events to be
logged by the syslog of a specified host computer. Syslog is a protocol for sending event messages
across an IP network to a logging server.
Syntax
set syslog-parameters
notification-level crit|error|warn|info|none
[host-ip
IP-address
]
[host-port
port-number
]
Parameters notification-level crit|error|warn|info|none
The minimum severity for which the system should send notifications:
crit: Sends notifications for Critical events only.
error: Sends notifications for Error and Critical events.
warn: Sends notifications for Warning, Error, and Critical events.
info: Sends notifications for all events.
none: Disables syslog notification.
If notification-level is other than none, host-ip must be specified.
host-ip
IP-address
Optional. An IP address for the host. If notification-level is other than none, host-ip must
be specified.
host-port
port-number
Optional. A specific port number on the host.
Example Set the system to send an entry to the remote server at 10.1.1.10 on port 514 when a critical event
occurs:
# set syslog-parameters notification-level crit host-ip 10.1.1.10 host-port 514
Info: Set Syslog IP to: 10.1.1.10 (10.1.1.10)
Info: Set Syslog Port to: 514 (514)
Info: Set Syslog Priority Level to: crit (crit)
Success: Command completed successfully. (2012-07-27 15:07:46)
See also show syslog-parameters
test