-
Notifications
You must be signed in to change notification settings - Fork 220
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
Feature/slack webhook attachments #423
Feature/slack webhook attachments #423
Conversation
This reverts commit a25c1dc.
…SLACK_TOKEN if both are specified
4116748
to
92cb878
Compare
92cb878
to
41b129e
Compare
Seems very interesting! We are looking for a better integration of Slack with Seyren, and this PR seems to do the job. Is there any maintainer ready to look at this please? |
Would love to see some movement on this...any interest in getting this merged? @scobal ? |
Any movement on this? Would love to see it merged as the current implementation gets pretty noisy in alerting channels |
@nick-lange1 @b-viguier @jcampos8782 unfortunately it looks like this project is effectively unmaintained (last commit April, 2017). Anyone know of a more active fork of this project? |
@b-viguier ah! we only recently updated to Grafana v4 so I wasn't aware of this feature. Looks like a great replacement for Seyren—I'll check it out too 😄 |
Builds on an earlier fork to implement the ability to send messages via Slack Webhooks instead of using the Web API. Adds a basic attachment message which specifies the name of the failing check, the target metrics and value of the failing check, and the from and to state. Attachment colors are configurable via various env variables.