18.3. Using Syslog Servers

The log messages generated by InCenter itself can be sent to one or more external Syslog servers. InCenter Syslog messaging complies with RFC 5424. Note that the log messages sent to InCenter cannot be forwarded to an external Syslog server.

Configuring Syslog Servers

Sending messages to a Syslog server is set up with the CLI command: add SyslogReceiver.

Suppose that a Syslog server has the IPv4 address 192.0.2.10. The simplest CLI command to set up this server for logging InCenter events would be:

admin@InCenter:/> add SyslogReceiver Name=my_logger
			IP=192.0.2.10

Any number of SyslogReceiver objects can exist at the same time.

The optional SyslogReceiver object properties are the following:

InCenter will scan all configured SyslogReceiver objects and send a log message to the receiver if the message matches the filtering criteria of the object.