You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been experimenting with alerting on keepalive events the past few days and have managed to get them to alert via a handler. However, I've not managed to figure out how to get them to alert more than once or get past warning state.
@palourde suggested I raise this bug after discussing it with him on slack.
Expected Behavior
Keepalive events should continue to run and be handled after the agent has stopped running.
Current Behavior
I see event filtered every 20 seconds whilst the agent is running. When I stop the agent I see sending event to handler after 120 seconds, then there are no more events processed until I start the agent back up.
Hey @barryorourke, thanks for brining this to our attention! I just submitted a PR that addresses a few keepalive bugs. Could you try reproducing after #2245 lands and let us know if you're still experiencing this bug? I've confirmed that the PR does not address this issue.
I've been experimenting with alerting on keepalive events the past few days and have managed to get them to alert via a handler. However, I've not managed to figure out how to get them to alert more than once or get past warning state.
@palourde suggested I raise this bug after discussing it with him on slack.
Expected Behavior
Keepalive events should continue to run and be handled after the agent has stopped running.
Current Behavior
I see
event filtered
every 20 seconds whilst the agent is running. When I stop the agent I seesending event to handler
after 120 seconds, then there are no more events processed until I start the agent back up.Steps to Reproduce (for bugs)
Context
Keepalives do not behave in the same way as they did under Sensu 1.x.
Your Environment
Scientific Linux 7.5
The text was updated successfully, but these errors were encountered: