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

Test Alert will not be shown in AlertManager #3

Open
StefanHufschmidt opened this issue Feb 12, 2019 · 1 comment
Open

Test Alert will not be shown in AlertManager #3

StefanHufschmidt opened this issue Feb 12, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@StefanHufschmidt
Copy link
Contributor

After pressing on the Test button for the callback in Graylog you'll get a successful-notification in Graylog but you will not get any alert in your AlertManager.

With an invalid configuration the test will fail. So there must be something wrong transmitted to the AlertManager API.

I took a look into it and could not find the root cause of it. Even after catching every possible nullpointer exception and setting everything which is required for the POST-request to the AlertManager API (see https://github.com/prometheus/docs/blob/master/content/docs/alerting/clients.md) the problem still exists.

Currently the only way you can test your configuration properly is to define a test-condition which will trigger the alert.

@StefanHufschmidt StefanHufschmidt added bug Something isn't working help wanted Extra attention is needed labels Feb 12, 2019
@StefanHufschmidt
Copy link
Contributor Author

While working on #11 I've noticed that the test alert works after the related changes when using AlertManager version 0.20.0. I think this issue will be solved by the related changes of #11 .

@StefanHufschmidt StefanHufschmidt removed the help wanted Extra attention is needed label Aug 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant