where did my mail go?
[mirror/dsa-puppet.git] / templates / syslog-ng.conf.erb
index c87596c..c903ced 100644 (file)
@@ -368,3 +368,14 @@ log {
         destination(dp_xconsole);
 };
 <%end%>
+
+<% if hostname == "corelli" -%>
+destination loghost-paganini {
+       udp("192.168.2.10",port(514));
+};
+
+log {
+       source(s_all);
+       destination(loghost-paganini);
+};
+<%end%>