Go to file
stuart nelson 1b416e9394 Massive extraction of Silences
Pull rest of silences from top-level namespace
into its own namespace.
2017-03-06 13:53:20 +01:00
src Massive extraction of Silences 2017-03-06 13:53:20 +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 Updating url with query 2017-02-20 17:12:33 +01: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 Use filter instead of query 2017-02-20 17:37:52 +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

Filter based on label matching are available.

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

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?filter=severity%3Dwarning%2C%20owner%3Dbackend%2C%20env%3Dstaging

These filters can be used in conjunction.

Requirements