GUI for displaying Prometheus alerts.
3.9K
Alertmonitor is a GUI for displaying alerts from Prometheus Alertmanager.
Alertmonitor accepts any HTTP GET or POST request that comes on URI endpoint: /alertmonitor/webhook. If the request is coming from Alertmanager, it will be displayed as alarm.
Important: The view of alarms strongly depends on properly configured labels on alert rules in Prometheus, such as
severityandinfo(additional data from metric labels). Check more on supported labels on GitLab.
Alertmonitor maintains updated state of currently active alarms in Prometheus. Inactive alarms are automatically cleared. Periodic synchronisation assures that no alarm can be missed after a broken connection.
Alertmonitor provides views:
The easiest way to start using Alertmonitor is to deploy it on Docker.
Deploy container:
docker run -d -p 8080:8080 matjaz99/alertmonitor:1.0.0
Alertmonitor GUI is reachable on: http://localhost:8080/alertmonitor/
There is also docker-compose.yml file for deployment in Swarm cluster.
Find more information and documentation about Alertmonitor on Github: https://github.com/matjaz99/alertmonitor
Content type
Image
Digest
sha256:6f9d8ffaf…
Size
91.1 MB
Last updated
over 1 year ago
docker pull matjaz99/alertmonitor