[rsyslog-notify] Forum Thread: Re: filtering out specific messages - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Thu Mar 27 17:42:32 CET 2014
User: jems
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24443#p24443
Message:
----------
I am having this exact same issue, but can not get it resolved.
Everything still shows up in the mysql loganalyzer database. My goal is
to block messages containing 'CROND'
My rsyslog.conf
===
# rsyslog v5 configuration file
:msg, contains, "CROND" ~
*.* /var/log/all.log
$IncludeConfig /etc/rsyslog.d/*.conf
$ModLoad ommysql
*.* :ommysql:127.0.0.1,Syslog,rsyslog,myPass
===
The /etc/rsyslog.d/ directory is empty, so nothing should be causing a
problem from that entry.
Is there something special about the :ommysql' line which is taking
priority?
Thanks!
More information about the rsyslog-notify
mailing list