From 1b36496e62f7d883bd9a25f6bfe3e105ae340391 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Wed, 29 Feb 2012 16:39:24 +0100 Subject: [PATCH] rsylog: Accept remote log messages over TCP. --- etc/rsyslog.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/rsyslog.conf b/etc/rsyslog.conf index 465dce4..fee816c 100644 --- a/etc/rsyslog.conf +++ b/etc/rsyslog.conf @@ -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 #### ########################### -- 2.30.2