[rsyslog-notify] Forum Thread: Re: Basic configuration problem - (Mode 'reply')

noreply at adiscon.com noreply at adiscon.com
Tue Oct 7 17:48:51 CEST 2014


User: dlang 
Forumlink: http://kb.monitorware.com/viewtopic.php?p=24976#p24976

Message: 
----------
what you are doing is a string comparison, so you can't do >

you can test the numeric value, or use  the pri() function, which lets you
do pri('*.warning")

just a note, 5.8 is pretty old (current is 8.4) and the if..then style of
tests is significantly slower than other tests in 5.x. In current versions
there is no difference.


More information about the rsyslog-notify mailing list