]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/syslog-ng/templates/syslog-ng.conf.erb
log dns notify/transfers
[dsa-puppet.git] / modules / syslog-ng / templates / syslog-ng.conf.erb
index 49de0042079a116fcb97a46a72126e0c0670cc0a..546bf1cb5de0a3bcf4daeeb37c0e2461d629f2b7 100644 (file)
@@ -115,12 +115,7 @@ source s_local {
         # function to send logs to)
         unix-dgram("/var/run/log");
         # messages from the kernel
-        file("/dev/klog" program_override("kernel: "));
-<%- end -%>
-<%- if hostname == "paganini" -%>
-        # use the following line if you want to receive remote UDP logging messages
-        # (this is equivalent to the "-r" syslogd flag)
-        udp();
+        file("/dev/klog" program_override("kernel: ") follow-freq(1));
 <%- end -%>
 };