From 62db9e53bd64b3c4ebd381e0d30c84e891aa9e00 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards
In the example above, messages are forwarded via UDP to the machine 192.168.0.1, the destination port defaults to 514. Messages will not be compressed.
+Note to sysklogd users: sysklogd does not support RFC 3164 +format, which is the default forwarding template in rsyslog. As such, you will +experience duplicate hostnames if rsyslog is the sender and sysklogd is the +receiver. The fix is simple: you need to use a different template. Use that one:
+$template sysklogd,"<%PRI%>%TIMESTAMP%
+%syslogtag%%msg%\""
+*.* @192.168.0.1;sysklogd
Usually critical messages are also directed to ``root'' on that machine. You can specify a list of users that shall get the message by simply writing the login. -- cgit v1.2.3