projects
/
matthijs
/
servers
/
tika.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
011915a
)
rsylog: Accept remote log messages over TCP.
author
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 29 Feb 2012 15:39:24 +0000
(16:39 +0100)
committer
Matthijs Kooijman
<matthijs@stdin.nl>
Wed, 29 Feb 2012 16:03:27 +0000
(17:03 +0100)
etc/rsyslog.conf
patch
|
blob
|
history
diff --git
a/etc/rsyslog.conf
b/etc/rsyslog.conf
index 465dce4477e8c1e3f9035fc370e1fa5166440fdf..fee816c5bcb619f3b50c7b37a8d8e9aa3d3fe4d6 100644
(file)
--- 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 ####
###########################