From 9d800f017aecfbac377192b49981c6ad0064bb04 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 26 Dec 2007 17:58:23 +0000 Subject: added doc for new imudp input module --- doc/rsyslog_conf.html | 1 + doc/v3compatibility.html | 5 +++++ 2 files changed, 6 insertions(+) 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 ;)

  • $RepeatedMsgReduction
  • $ResetConfigVariables
  • $SystemLogSocketName <name-of-socket> -- former -p option
  • +
  • $UDPListenPort <port> (imudp) -- former -r<port> option, default 514
  • $UMASK
  • Basic Structure

    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.

    mark period. If you need a 20 minute mark period you need to

    $ModLoad immark # wherever this is
    $MarkMessageInterval 1800 # 20 minutes

    +

    -r command line option

    +

    Is also no longer available. Use

    +

    $ModLoad imudp
    +$UDPListenPort <port>

    +

    config file directives.

    klogd

    klogd has (finally) been replaced by a loadable input module. To enable klogd functionality, do

    -- cgit v1.2.3