[rsyslog-notify] Forum Thread: Re: Basic configuration problem - (Mode 'reply')
noreply at adiscon.com
noreply at adiscon.com
Wed Oct 8 03:45:34 CEST 2014
User: dlang
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24980#p24980
Message:
----------
It should just be
if pri("*.warn") then ...
pri() is a function call that lets you use the traditional syslog filter,
and since *.warn implies all severity levels worse than that (error, crit,
alert, panic) you don't need to do a > comparison.
More information about the rsyslog-notify
mailing list