Rainer - Sounds good to me! I can certainly appreciate the time consuming nature of setting up that environment. I'll get an issue opened on it this morning with the details on what OS it is configured on as well.
Would you like me to add in the action config snippet I have here or would the entire config be a better option in case something else I have configured is conflicting with it? -- James --- Sent from my mobile phone --- ----- Reply message ----- From: "Rainer Gerhards" <[email protected]> To: "rsyslog-users" <[email protected]> Subject: [rsyslog] Issues with action.execOnlyWhenPreviousIsSuspended Date: Wed, Nov 5, 2014 2:35 AM James, I suggest filing a bug on github. That way, I'll remember when I have time again. Thanks, Rainer 2014-11-04 21:24 GMT+01:00 Boylan, James <[email protected]>: > I'm attempting to use this function, however when the first action is > suspended, the follow up actions never seem to execute. It just sits in a > 'Suspended' state forever. Any help on this would be appreciated since from > what I can tell it is configured the way it should be. > > > *.* > action(name="flume_collector.server2" > type="omfwd" > Target="server2" > Port="41414" > Protocol="tcp" > > queue.type="Fixedarray" > > queue.size="5000" > > queue.dequeuebatchsize="1" > > queue.workerthreads="16" > > template="flume-collector-Template") > & > action(name="flume_collector.server3" > type="omfwd" > Target="server3" > Port="41414" > Protocol="tcp" > > queue.type="Fixedarray" > > queue.size="5000" > > queue.dequeuebatchsize="1" > > queue.workerthreads="16" > > action.execOnlyWhenPreviousIsSuspended="on" > > template="flume-collector-Template") > & > action(name="flume_collector.server1" > type="omfwd" > Target="server1" > Port="41414" > Protocol="tcp" > > queue.type="Fixedarray" > > queue.size="5000" > > queue.dequeuebatchsize="1" > > queue.workerthreads="16" > > action.execOnlyWhenPreviousIsSuspended="on" > > template="flume-collector-Template") > > ? > > -- James > _______________________________________________ > 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. > _______________________________________________ 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. _______________________________________________ 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.

