Post

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)"
CPU: 1 cores RAM: 1024 MB Disk: 2 GB OS: Debian 13

Configuration

Config file:

1
/etc/alertmanager/alertmanager.yml

Web Interface

Port: 9093

This post is licensed under CC BY 4.0 by the author.