Syslog Usage in DeleGate
Basic functionality for syslog control were built-into DeleGate/9.2.3. The simplest way to enable syslog is:
( excerpt from the reference manual )
SYSLOG parameter* == SYSLOG=[syslogOpts,][syslogServ]
syslogOpts == syslogOpt[,syslogOpts]
syslogOpt == -vt | -vs | -vS | -vH | -fname
-- default: none
Multiple SYSLOG parameters can be specified to send a log data to multiple different destinations each specified by a syslogServ. A syslogServ is a URL of a syslog server or a local file. The default syslogServ is the local logger to which log is sent via the standard "syslog()" function. For each destination, the log format or detailness can be specified by prefixing a list of syslogOpt as follows:
Example:
The source port (and the address) of syslog UDP packets to a remote
syslog server can be specified as
SRCIF=":8514:syslog"
(or SRCIF="xx.xx.xx.xx:8514:syslog")
for example. |
| PageViews: 5 hits / 4 nets |