Kronos Series 3
49
5.13 Syslog (Offline)
This section configures the syslog. Syslog can be configured only in the configuration file but not on the
webpage.
# Settings for remote syslog
# Leave TARGET_A or TARGET_B empty if only one remote syslog server is used
[SYSLOG]
ENABLE = TRUE
LEVEL = INFO
TARGET_A = 10.0.0.50
PORT_A = 2514
PROTOCOL_A = TCP
TARGET_B =
PORT_B =
PROTOCOL_B =
Section name for syslog settings.
TRUE enables syslog.
FALSE disables syslog.
Enter one of the following as the desired level for sending syslog messages. The
higher levels also includes all levels below. For example, if you select crit, then
messages for crit, alert, and emerg are sent.
debug Debug
info Informational
notice Notice
warn Warning
error Error
crit Critical
alert Alert
emerg Emergency
IP address of the primary syslog server.
Port used by the primary syslog server.
Protocol used by the primary syslog server. Enter TCP or UDP.
IP address of the secondary syslog server.
Port used by the secondary syslog server.
Protocol used by the secondary syslog server. Enter TCP or UDP.
Table 30: Syslog settings