When using the configuration options 
'action.execOnlyWhenPreviousIsSuspended="on"' in conjunction with & instead of 
*.* it is supposed to make the follow-up actions only trigger when the first 
action is suspended. But that never seems to happen.

-- James
--- Sent from my mobile phone ---

----- Reply message -----
From: "David Lang" <[email protected]>
To: "rsyslog-users" <[email protected]>
Subject: [rsyslog] Messages never leave suspended state
Date: Sun, Dec 14, 2014 8:14 PM

On Mon, 15 Dec 2014, Boylan, James wrote:

> The problem is that messages never seem to ever leave a suspended state except
> to resume on the action they were suspended on. I'm currently running on 8.4.2
> and hoping to get some insight. I don't believe this is a configuration issue,
> but perhaps someone else can see something I missed. The section of the
> configuration relating to the actions is posted in the issue link.?

That sounds like the intended behavior. If a message fails to be delivered to a
destination, delivery is suspended until that destination starts working again.
After the message is delivered to that destination, rsyslog will deliver it to
other destinations after that in the config file.

If you configure rsyslog to not suspend, but instead permanently fail to delier
to that destination, then you can invoke the failover to deliver to another
destination only if delivery to the first failed.

What are you thinking should happen?

David Lang
_______________________________________________
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.

Reply via email to