From 8ffbe7ba86a59565f11addefa2bf73c6780803e1 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 25 Jun 2008 08:18:56 +0200 Subject: updated sample rsyslog.conf to new capabilities --- rsyslog.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rsyslog.conf b/rsyslog.conf index 62311a9a..331a202b 100644 --- a/rsyslog.conf +++ b/rsyslog.conf @@ -47,16 +47,14 @@ local7.* /var/log/boot.log #$ActionQueueType LinkedList # run asynchronously #$ActionResumeRetryCount -1 # infinite retries if host is down # remote host is: name/ip:port, e.g. 192.168.0.1:514, port optional -#*.* @@remote-host +#*.* @@remote-host:514 # ######### Receiving Messages from Remote Hosts ########## # TCP Syslog Server: # provides TCP syslog reception and GSS-API (if compiled to support it) #$ModLoad imtcp.so # load module -# Note: as of now, you need to use the -t command line option to -# enable TCP reception (e.g. -t514 to run a server at port 514/tcp) -# This will change in later v3 releases. +#$InputTCPServerRun 514 # start up TCP listener at port 514 # UDP Syslog Server: #$ModLoad imudp.so # provides UDP syslog reception -- cgit