Go to file
stuart nelson 9126426eff Filter by labels on alerts
This should be encoded in the URL and stored
there, and used as the "source of truth" for
parsing and propagating the filters.
2017-02-10 18:03:14 +01:00
src Filter by labels on alerts 2017-02-10 18:03:14 +01:00
vendor initial commit 2016-11-03 19:50:48 +01:00
.gitignore Compile script.js to top level 2017-01-17 03:12:25 +01:00
elm-package.json Move to using ISO8601 date 2017-01-12 14:20:41 -05:00
index.html Align header with body 2017-01-19 14:07:33 +01:00
LICENSE initial commit 2016-11-03 19:50:48 +01:00
main.go Add support for elm debugger when recompiling 2017-02-08 11:30:45 +01:00
Makefile Update format to find all .elm files 2017-01-04 18:02:49 -05:00
README.md Add filter for showing active alerts by default 2017-02-09 14:56:44 +01:00

Alertmanager UI

This is a re-write of the Alertmanager UI in elm-lang.

Usage

Filtering on the alerts page

By default, the alerts page only shows active (not silenced) alerts. Adding a query string containing will additionally show silenced alerts.

http://alertmanager/#/alerts?silenced=true

The alerts page can also be filtered by the receivers for a page. Receivers are configured in Alertmanager's yaml configuration file.

http://alertmanager/#/alerts?receiver=backend

These filters can be used in conjunction.

Requirements