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

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.

Source code is available here: https://github.com/prometheus/alertmanager

753 questions
-2
votes
1 answer

Alert manager in prometheus give exit code error and ignoring assignment for alert manager in prometheus

I am new to prometheus, while trying to install alert manager export tool in prometheus, I got the following error after checking with systemctl status alertmanager alertmanager.service - AlertManager Service Loaded: loaded…
-4
votes
1 answer

Setup alert based on String output

I'm comparing two files and getting the output as 'Success' if both the files match. I'm trying to set an alert when I receive the output as 'Failure' to gmail. What is the best way I can setup the alert? Note: I'm using Python code for comparision.…
1 2 3
50
51