How to Install prometheus-alertmanager in Ubuntu 18.04



Install prometheus-alertmanager by entering the following commands in the terminal:

sudo apt update
sudo apt install prometheus-alertmanager

Description:

Handle and deliver alerts created by Prometheus

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 integration such as email, PagerDuty, or OpsGenie. It also takes care of silencing and inhibition of alerts.

Homepage: https://prometheus.io/

Version: 0.6.2+ds-3

Section: universe/net