diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-26 17:58:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-12-26 17:58:23 +0000 |
commit | 9d800f017aecfbac377192b49981c6ad0064bb04 (patch) | |
tree | 810134c4a61da10bce101c67f96c9eb113b2b2e4 | |
parent | f1dceed0fee3e89f8a5a0a861d058caab4559725 (diff) | |
download | rsyslog-9d800f017aecfbac377192b49981c6ad0064bb04.tar.gz rsyslog-9d800f017aecfbac377192b49981c6ad0064bb04.tar.xz rsyslog-9d800f017aecfbac377192b49981c6ad0064bb04.zip |
added doc for new imudp input module
-rw-r--r-- | doc/rsyslog_conf.html | 1 | ||||
-rw-r--r-- | doc/v3compatibility.html | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index d0766456..183a6be7 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -67,6 +67,7 @@ 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><a href="rsconf1_umask.html">$UMASK</a></li> </ul> <h2>Basic Structure</h2> diff --git a/doc/v3compatibility.html b/doc/v3compatibility.html index b3b94b03..a0b1e9c6 100644 --- a/doc/v3compatibility.html +++ b/doc/v3compatibility.html @@ -23,6 +23,11 @@ options will return, but only if running in non-v3-native mode.</p> mark period. If you need a 20 minute mark period you need to</P> <P><b>$ModLoad immark # wherever this is<br> $MarkMessageInterval 1800 # 20 minutes</b></P> +<h2>-r command line option</h2> +<p>Is also no longer available. Use</p> +<p><b>$ModLoad imudp<br> +$UDPListenPort <port></b></p> +<p>config file directives.</p> <h2>klogd</h2> <P>klogd has (finally) been replaced by a loadable input module. To enable klogd functionality, do</P> |