summaryrefslogtreecommitdiffstats
path: root/rsyslog.conf
diff options
context:
space:
mode:
Diffstat (limited to 'rsyslog.conf')
-rw-r--r--rsyslog.conf6
1 files 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