Initial commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
:msg, startswith, "iptables: " -/var/log/iptables.log
|
||||
& stop
|
||||
@@ -0,0 +1,4 @@
|
||||
# Create an additional socket in postfix's chroot in order not to break
|
||||
# mail logging when rsyslog is restarted. If the directory is missing,
|
||||
# rsyslog will silently skip creating the socket.
|
||||
$AddUnixListenSocket /var/spool/postfix/dev/log
|
||||
@@ -0,0 +1,12 @@
|
||||
# certificate files - just CA for a client
|
||||
#global(DefaultNetstreamDriverCAFile="/etc/ssl/certs/securesyslog.crt")
|
||||
#$DefaultNetstreamDriverCAFile /etc/rsyslog-keys/ca.pem
|
||||
|
||||
# set up the action for all messages
|
||||
#action(type="omfwd" protocol="tcp" port="6514"
|
||||
# StreamDriver="gtls" StreamDriverMode="1" StreamDriverAuthMode="anon")
|
||||
#$DefaultNetStreamDriver gtls
|
||||
#$ActionSendStreamDriverMode 1
|
||||
#$ActionSendStreamDriverAuthMode anon
|
||||
|
||||
#*.* @@(o)realm.mynetgear.com:6514
|
||||
Reference in New Issue
Block a user