prom-alertmanager
prom/alertmanager:latest
https://hub.docker.com/r/prom/alertmanager
bridge
sh
false
https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/
https://github.com/prometheus/alertmanager
The Alertmanager handles alerts sent by client applications such as the Prometheus
server.
It takes care of deduplicating, grouping, and routing them to the correct receiver integrations
such as email, PagerDuty, OpsGenie, or many other mechanisms thanks to the webhook receiver.
It also takes care of silencing and inhibition of alerts.
alertmanager/alertmanager.yml
This configuration contains information about which channels to send to. For simplicity, we use
e-mail. Refer to the Alertmanager docs to learn about other channels.
To configure prometheus to use these alerts, add the below to prometheus/prometheus.yml:
alerting:
alertmanagers:
- scheme: http
static_configs:
- targets: < 'alertmanager:9093' >
Productivity:
http://[IP]:[PORT:9093]
https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/prom-alertmanager.xml
https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/prometheus.png
/mnt/user/appdata/alertmanager/storage
/mnt/user/appdata/alertmanager/alertmanager.yaml
/mnt/user/appdata/alertmanager