Fix is here: http://git.adiscon.com/?p=rsyslog.git;a=commitdiff;h=d3173826268b18d38d67525d8d38083176742c8c
Thanks for alerting me! Rainer > -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Rainer Gerhards > Sent: Tuesday, August 28, 2012 2:57 PM > To: rsyslog-users > Subject: Re: [rsyslog] 6.4.0 Anyone can make some light on the > following issue? > > It looks like the config warning processing was broken along some > merge. Keep working on it... > > Rainer > > > -----Original Message----- > > From: [email protected] [mailto:rsyslog- > > [email protected]] On Behalf Of Stefano Mason > > Sent: Tuesday, August 28, 2012 10:16 AM > > To: [email protected] > > Subject: [rsyslog] 6.4.0 Anyone can make some light on the following > > issue? > > > > rsyslogd 6.4.0 > > > > [it does NOT work] > > if \ > > $fromhost-ip == '127.0.0.1' \ > > and \ > > $syslogseverity-text == 'emerg' \ > > then :omusrmsg:* > > > > > > [it works] > > *.emerg action(type="omusrmsg" > > Users="root" > > ) > > > > > > [it does NOT work] > > if \ > > $fromhost-ip == '127.0.0.1' \ > > and \ > > $syslogseverity-text == 'emerg' \ > > then action(type="omusrmsg" > > Users="root" > > ) > > > > Maybe some parser issue? > > > > Thanks for your answer. > > Best regards. > > Stefano > > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards

