diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-25 08:18:56 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-06-25 08:18:56 +0200 |
commit | 8ffbe7ba86a59565f11addefa2bf73c6780803e1 (patch) | |
tree | bd70c42352f9686c58f4a5f0161cb1af754677b2 /rsyslog.conf | |
parent | 3f55816a771fe5fcd02b5e2407d328bba770af73 (diff) | |
download | rsyslog-8ffbe7ba86a59565f11addefa2bf73c6780803e1.tar.gz rsyslog-8ffbe7ba86a59565f11addefa2bf73c6780803e1.tar.xz rsyslog-8ffbe7ba86a59565f11addefa2bf73c6780803e1.zip |
updated sample rsyslog.conf to new capabilities
Diffstat (limited to 'rsyslog.conf')
-rw-r--r-- | rsyslog.conf | 6 |
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 |