[rsyslog-notify] Forum Thread: Re: Basic configuration problem - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Tue Oct 7 23:09:06 CEST 2014
User: Lissium
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24979#p24979
Message:
----------
Many thanks for the answers.
So I upgraded to rsyslog 7.6.3 (from the Debian backports, I don't want to
mess with packages by downloading and compiling a fresh version).
My config file is now much better:
[code:p3myr3nr]
if $programname == 'myprog' then {
if $syslogseverity >= pri("*.warning") then
-/var/log/myprog-warn.log
*.* -/var/log/myprog.log
*.* stop
}
[/code:p3myr3nr]
More information about the rsyslog-notify
mailing list