unsee
unsee copied to clipboard
Incompatibility with alertmanager 0.16.x
Hi. We've noticed some problems with unsee after we upgraded our alertmanager to 0.16.0
Via:
- https://github.com/prometheus/alertmanager/issues/1508
- https://github.com/prometheus/alertmanager/releases/tag/v0.16.0
New alertmanager does not include: api/v1/alerts/groups which breaks unsee when using it with alertmanager 0.16.0+ causing Request to http://alertmanager.res.k8s.wikia.net/api/v1/alerts/groups failed with 404 Not Found.
It seems there are no plans to add it to v2 so it may require some larger redesign/refactor of the app.
Hi,
I add one more comment on this issue. https://github.com/prometheus/alertmanager/blob/master/CHANGELOG.md [CHANGE] Remove api/v1/alerts/groups GET endpoint (#1508 & #1525)
Could you please fix it ?
Thx
+1 to support AlertManager API v2
Last commit Was about year ago, this project seams to be abandoned.
There is a fork I maintain - https://github.com/prymitive/karma
Alertmanager >=0.16.0 is currently NOT supported by karma due to changes in the API
But it doesn't support new Alertmanager as well ;)
But there is https://github.com/prymitive/karma/issues/115 and it seems that solution is coming so let's wait :-)
prymitive/karma#115 was merged. It solves this issue (in karma). I tested it against alertmanager 0.19. This issue could be closed now.