Go to file
stuart nelson 55fdd16c6e Fix visual bug for EditSilence
The state was not being set to Loading, so the
previous state (error, an already loaded silence,
et c.) would be displayed while loading occurred.
2017-02-20 12:17:02 +01:00
src Fix visual bug for EditSilence 2017-02-20 12:17:02 +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