rsylog: Accept remote log messages over TCP.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Feb 2012 15:39:24 +0000 (16:39 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 29 Feb 2012 16:03:27 +0000 (17:03 +0100)
etc/rsyslog.conf

index 465dce4477e8c1e3f9035fc370e1fa5166440fdf..fee816c5bcb619f3b50c7b37a8d8e9aa3d3fe4d6 100644 (file)
@@ -12,6 +12,9 @@ $ModLoad imuxsock # provides support for local system logging
 $ModLoad immark   # provides --MARK-- message capability
 $MarkMessagePeriod  900 # mark messages appear every 15 Minutes
 
+$ModLoad imtcp
+$InputTCPServerRun 514 # Accept TCP connections on the default syslog port
+
 ###########################
 #### GLOBAL DIRECTIVES ####
 ###########################