corelli logs to paganini
authorPeter Palfrader <peter@palfrader.org>
Tue, 23 Mar 2010 12:21:56 +0000 (13:21 +0100)
committerPeter Palfrader <peter@palfrader.org>
Tue, 23 Mar 2010 12:21:56 +0000 (13:21 +0100)
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%>