unsee icon indicating copy to clipboard operation
unsee copied to clipboard

Incompatibility with alertmanager 0.16.x

Open harnash opened this issue 6 years ago • 7 comments

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.

harnash avatar Feb 04 '19 13:02 harnash

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

gevraud avatar Feb 07 '19 19:02 gevraud

+1 to support AlertManager API v2

apsega avatar Feb 15 '19 07:02 apsega

Last commit Was about year ago, this project seams to be abandoned.

snieg avatar Mar 22 '19 11:03 snieg

There is a fork I maintain - https://github.com/prymitive/karma

prymitive avatar Mar 22 '19 11:03 prymitive

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 ;)

snieg avatar Mar 22 '19 12:03 snieg

But there is https://github.com/prymitive/karma/issues/115 and it seems that solution is coming so let's wait :-)

harnash avatar Mar 22 '19 17:03 harnash

prymitive/karma#115 was merged. It solves this issue (in karma). I tested it against alertmanager 0.19. This issue could be closed now.

greenled avatar Jan 31 '20 04:01 greenled