From 611c5744f88fbd5e33356823b48b57851c213d6e Mon Sep 17 00:00:00 2001 From: Martin Schwenke Date: Tue, 12 Aug 2014 11:03:13 +1000 Subject: Switch on rsyslog UDP listener on 127.0.0.1:514 So that it can be used by CTDB's new direct-UDP logging. Signed-off-by: Martin Schwenke --- base/all/etc/rsyslog.d/autocluster.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/base/all/etc/rsyslog.d/autocluster.conf b/base/all/etc/rsyslog.d/autocluster.conf index ae44e93..6478b45 100644 --- a/base/all/etc/rsyslog.d/autocluster.conf +++ b/base/all/etc/rsyslog.d/autocluster.conf @@ -6,3 +6,9 @@ $ActionFileDefaultTemplate RSYSLOG_FileFormat # default? $SystemLogRateLimitInterval 0 $SystemLogRateLimitBurst 0 + +# Turn on UDP listener to be able to take advantage of CTDB's new +# direct-to-syslog-on-UDP feature. +$ModLoad imudp +$UDPServerAddress 127.0.0.1 +$UDPServerRun 514 -- cgit