From: Peter Palfrader Date: Tue, 23 Mar 2010 12:20:05 +0000 (+0100) Subject: udp logging to paganini X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=9734e38e4e233fc2a42bc6959fb6013893c15111;p=mirror%2Fdsa-puppet.git udp logging to paganini --- diff --git a/templates/syslog-ng.conf.erb b/templates/syslog-ng.conf.erb index f811df49f..c87596cea 100644 --- a/templates/syslog-ng.conf.erb +++ b/templates/syslog-ng.conf.erb @@ -103,7 +103,9 @@ source s_all { <%end%> # use the following line if you want to receive remote UDP logging messages # (this is equivalent to the "-r" syslogd flag) - # udp(); +<% if hostname == "paganini" -%> + udp(); +<%end%> };