diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 11:22:08 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-27 11:22:08 +0000 |
commit | b39a751bbe832d98754cd3aa8cf08b53c85ca73c (patch) | |
tree | f887acf69df14975b0ebcc30feadb72893ee694a /doc/rsyslog_conf.html | |
parent | c64dfc959ad3f09103a8611ae04d9d2c0d82a10d (diff) | |
download | rsyslog-b39a751bbe832d98754cd3aa8cf08b53c85ca73c.tar.gz rsyslog-b39a751bbe832d98754cd3aa8cf08b53c85ca73c.tar.xz rsyslog-b39a751bbe832d98754cd3aa8cf08b53c85ca73c.zip |
added new settings
Diffstat (limited to 'doc/rsyslog_conf.html')
-rw-r--r-- | doc/rsyslog_conf.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 183a6be7..95fe22a7 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -67,7 +67,10 @@ development and quite unstable...). So you have been warned ;)</p> <li><a href="rsconf1_repeatedmsgreduction.html">$RepeatedMsgReduction</a></li> <li><a href="rsconf1_resetconfigvariables.html">$ResetConfigVariables</a></li> <li>$SystemLogSocketName <name-of-socket> -- former -p option</li> - <li>$UDPListenPort <port> (imudp) -- former -r<port> option, default 514</li> + <li>$UDPServerAddress <IP> (imudp) -- local IP address (or name) the UDP + listens should bind to</li> + <li>$UDPServerRun <port> (imudp) -- former -r<port> option, default 514, + start UDP server on this port, "*" means all addresses</li> <li><a href="rsconf1_umask.html">$UMASK</a></li> </ul> <h2>Basic Structure</h2> |