mirror of
https://github.com/prometheus/alertmanager
synced 2025-01-03 20:42:07 +00:00
1b416e9394
Pull rest of silences from top-level namespace into its own namespace. |
||
---|---|---|
src | ||
vendor | ||
.gitignore | ||
elm-package.json | ||
index.html | ||
LICENSE | ||
main.go | ||
Makefile | ||
README.md |
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
- Go installed (https://golang.org/dl/)
- This repo is cloned into your
$GOPATH
- Elm is installed (https://guide.elm-lang.org/get_started.html)