Prometheus Alertmanager
Alerting with Prometheus is separated into two parts. Alerting rules in Prometheus servers send alerts to an Alertmanager. The Alertmanager then manages those alerts, including silencing, inhibition, aggregation and sending out notifications via methods such as email, on-call notification systems, and chat platforms.
Prometheus Alertmanager
Installation
Default install:
1
bash -c "$(wget -qLO - https://github.com/community-scripts/ProxmoxVE/raw/main/ct/prometheus-alertmanager.sh)"
Configuration
Config file:
1
/etc/alertmanager/alertmanager.yml
Web Interface
Links
This post is licensed under CC BY 4.0 by the author.