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

Reply via email to