ABOUT
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.
INSTALL
Approved local installer
DefaultDebian 13
Approved locally1 CPU1024 MB RAM2 GB disk
Config path/etc/alertmanager/alertmanager.yml
Run this command in the Proxmox VE shell. It downloads the immutable approved file, verifies SHA-256, and only then executes it.
( url='https://scripts.francoisvw.com/snapshots/c19711ea1b2526bec67e34be948114e255b5a811/ct/prometheus-alertmanager.sh'; sha='5753493518b27cf6c615e566d22d92f726fd2c57332bfdc98314848bd06df873'; tmp="$(mktemp)" || exit; curl -fsSL "$url" -o "$tmp" && printf '%s %s\n' "$sha" "$tmp" | sha256sum -c - && bash "$tmp"; rc=$?; rm -f "$tmp"; exit "$rc" )
View approved source ↗Path ct/prometheus-alertmanager.shSHA-256 5753493518b27cf6c615e566d22d92f726fd2c57332bfdc98314848bd06df873 LOCAL CHANGE REVIEW
Approved vs latest fetched source
Sign in with a passkey to inspect pending source changes. Approved content remains public.