Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/bosun: stopping notifications that should no longer fire #1716

Merged
merged 3 commits into from
May 6, 2016

Conversation

captncraig
Copy link
Contributor

Fixes #1690

slog.Infof("silencing %s", ak)
continue
} else if !alert.Log && (!st.Open || !st.NeedAck) {
slog.Infof("Cannot notify acked or closed alert %s", ak)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we log more info about the alert / notification here so we might be able to find when they are in the queue when they shouldn't be?

@captncraig captncraig merged commit 2a899e7 into master May 6, 2016
@kylebrandt kylebrandt deleted the stopNotifications branch July 26, 2016 13:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants