On Sat, Nov 2, 2013 at 11:43 AM, Pavel Levshin <[email protected]> wrote:
> Hello. > > Doc on call statement says: > > The "call" statement can be used to call into any type of rulesets. If a >> rule set has a queue assigned, the message will be posted to that queue and >> processed asynchronously. Otherwise, the ruleset will be executed >> synchronously and control returns to right after the call when the rule set >> has finished execution. >> > > Unfortunately, it is not true. If it is not true for some versions, that's a bug. Note that the ruleset parameters apply. If the ruleset has no queue (more precisely: queue.type="direct" - the default), the ruleset itself is synchronous. Rainer > Called rulesets are executed synchronously, ever. Is it a degradation over > omruleset? > > > -- > Pavel Levshin > > > 31.10.2013 21:22, Rainer Gerhards: > >> Hi folks, >> >> a word of warning: this module has been replaced by the "call" statement >> and emits a warning message for quite a while. In some upcoming versions >> (not 7.6) it will no longer by available inside the RPMs, but can still be >> built from source. >> >> Note that "call" is much more capable (and notably faster) than omruleset, >> so it's probably a good idea to get rid of it if you still use it. >> >> Rainer >> ______________________________**_________________ >> rsyslog mailing list >> http://lists.adiscon.net/**mailman/listinfo/rsyslog<http://lists.adiscon.net/mailman/listinfo/rsyslog> >> http://www.rsyslog.com/**professional-services/<http://www.rsyslog.com/professional-services/> >> What's up with rsyslog? Follow https://twitter.com/rgerhards >> NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad >> of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you >> DON'T LIKE THAT. >> > > ______________________________**_________________ > rsyslog mailing list > http://lists.adiscon.net/**mailman/listinfo/rsyslog<http://lists.adiscon.net/mailman/listinfo/rsyslog> > http://www.rsyslog.com/**professional-services/<http://www.rsyslog.com/professional-services/> > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad > of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you > DON'T LIKE THAT. > _______________________________________________ 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 NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

