Skip to content
This repository was archived by the owner on Jul 22, 2020. It is now read-only.

Comments

Implement @receiver filter#111

Merged
prymitive merged 18 commits intomasterfrom
receiver
Jun 7, 2017
Merged

Implement @receiver filter#111
prymitive merged 18 commits intomasterfrom
receiver

Conversation

@prymitive
Copy link
Contributor

Fixes #107 as unsee will now properly handle receivers and tag each alert group and alert in that group with receiver name. This means that for example all alerts configured to be pushed to hipchat can be selected with @receiver=hipchat. Since this adds more labels to the UI it also includes some minor cleanups to give some space back.

screen shot 2017-06-05 at 22 22 23

Copy link

@Tenzer Tenzer left a comment

Choose a reason for hiding this comment

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

Only one minor thing but otherwise it's probably good.

}
if len(groups) != 6 {
if len(groups) != 10 {
t.Errorf("Got %d groups, expected 6", len(groups))
Copy link

Choose a reason for hiding this comment

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

This message should probably also be updated.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

fixed

@prymitive prymitive merged commit 7bb09d2 into master Jun 7, 2017
@prymitive prymitive deleted the receiver branch June 7, 2017 05:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants