🌐
Prometheus
prometheus.io › docs › alerting › latest › configuration
Configuration | Prometheus
It is mutually exclusive with `telegram_bot_token`. [ telegram_bot_token_file: <string> ] [ webex_api_url: <string> | default = "https://webexapis.com/v1/messages" ] [ mattermost_webhook_url: <secret> ] [ mattermost_webhook_url_file: <string> ] # The default HTTP client configuration [ http_config: <http_config> ] # ResolveTimeout is the default value used by alertmanager if the alert does # not include EndsAt, after this time passes it can declare the alert as resolved if it has not been updated. # This has no impact on alerts from Prometheus, as they always include EndsAt.
🌐
Prometheus
prometheus.io › docs › alerting › latest › alertmanager
Alertmanager | Prometheus
Alertmanager supports configuration to create a cluster for high availability. This can be configured using the --cluster-* flags. It's important not to load balance traffic between Prometheus and its Alertmanagers, but instead, point Prometheus to a list of all Alertmanagers.
Discussions

AlertManager setup for MS Teams
for now stick with webhooks and wait for the workflow implementation in alertmanager: https://github.com/prometheus/alertmanager/issues/3920 More on reddit.com
🌐 r/PrometheusMonitoring
5
2
July 9, 2024
Prometheus AlertManager vs Grafana AlertManager?
If you're in Kubernetes, have you had a look at Prometheus Operator yet ? Gets all your AlertManager & Prometheus configs in kubernetes ressources which you manage the same as everything else in your clusters. Declarative, GitOps, good ol' reliable yaml. Personally I wouldn't use anything else . More on reddit.com
🌐 r/sre
22
13
July 20, 2024
How to set up a centralised Alertmanager?
Important: Do not load balance ... point Prometheus to a list of all Alertmanagers. The Alertmanager implementation expects all alerts to be sent to all Alertmanagers to ensure high availability. Fair enough. But would it be possible to create a centralised HA AM and configure my Prometheuses ... More on reddit.com
🌐 r/PrometheusMonitoring
1
2
May 21, 2024
Alertmanager SMTP configuration
While my comment does not solve your problem with sending mails, you should take a look at " kube-prometheus-stack ". It not only includes prometheus, node-exporter and Grafana but also a ton of preconfigured alerts and dashboards. Will save you a lot of work! More on reddit.com
🌐 r/PrometheusMonitoring
11
4
July 1, 2023
🌐
GitHub
github.com › prometheus › alertmanager
GitHub - prometheus/alertmanager: Prometheus Alertmanager · GitHub
4 weeks ago - To point your Prometheus 1.4, or later, instance to multiple Alertmanagers, configure them in your prometheus.yml configuration file, for example:
Author: prometheus
🌐
OneUptime
oneuptime.com › home › blog › how to configure alertmanager with prometheus
How to Configure Alertmanager with Prometheus
January 25, 2026 - # prometheus.yml alerting: alertmanagers: - static_configs: - targets: - alertmanager-1:9093 - alertmanager-2:9093 - alertmanager-3:9093 · Start simple: Begin with basic routing and add complexity as needed.
🌐
Couchbase Developer Portal
developer.couchbase.com › tutorial-configure-alertmanager
Tutorial - Configure Prometheus AlertManager | Couchbase Developer Portal
Create a Prometheus user, required directories, and make prometheus user as the owner of those directories. sudo groupadd -f alertmanager sudo useradd -g alertmanager --no-create-home --shell /bin/false alertmanager sudo mkdir -p /etc/alert...
🌐
Doks
prometheus-operator.dev › home › docs › developer › alerting routes
Alerting Routes - Prometheus Operator
The AlertmanagerConfig resource named example-config in namespace default will be a global AlertmanagerConfig. When the operator generates the Alertmanager configuration from it, the namespace label will not be enforced for routes and inhibition rules.
🌐
AWS
docs.aws.amazon.com › amazon managed service for prometheus › user guide › managing and forwarding alerts in amazon managed service for prometheus with alert manager › create an alert manager configuration in amazon managed service for prometheus to manage and route alerts
Create an alert manager configuration in Amazon Managed Service for Prometheus to manage and route alerts - Amazon Managed Service for Prometheus
To use alert manager and templating ... manager configuration YAML file. An Amazon Managed Service for Prometheus alert manager file has two main sections: template_files: contains the templates used for messages sent by receivers. For more information, see Template Reference ... alertmanager_config: contains ...
🌐
HPE Ezmeral
docs.ezmeral.hpe.com › unified-analytics › 15 › Observability › overview-alertmanager-config-file.html
Understanding the Prometheus Alertmanager Configuration File
The alertmanager.yaml file stores Alertmanager configurations. Configurations in this file specify how Alertmanager routes and delivers the alerts received from Prometheus.
Find elsewhere
🌐
SigNoz
signoz.io › guides › how do i add alerts to prometheus - step-by-step guide
How Do I Add Alerts to Prometheus - Step-by-Step Guide | SigNoz
August 1, 2024 - Install Alertmanager by downloading the binary from the official Prometheus website. Create an Alertmanager configuration file (alertmanager.yml) with the following basic structure:
🌐
Last9
last9.io › blog › prometheus-alertmanager
Prometheus Alertmanager: Routing, Grouping and Setup | Last9
January 19, 2026 - To set up alerting rules in Prometheus Alertmanager, define your alerting rules in a YAML file (typically prometheus.yml). Specify the conditions under which alerts should trigger and the actions to take when an alert is fired.
🌐
Medium
medium.com › devops-dudes › prometheus-alerting-with-alertmanager-e1bbba8e6a8e
Prometheus Alerting with AlertManager | by Sylia CHIBOUB | DevOps Dudes | Medium
November 9, 2022 - Here is a basic architecture of Alertmanager with Prometheus. Alert rules are defined in Prometheus configuration. Prometheus just scrapes (pull) metrics from its client application(the Node Exporter).
🌐
API Status Check
apistatuscheck.com › blog › prometheus-alertmanager-guide
Prometheus Alertmanager: Complete Setup & Configuration Guide 2026
May 3, 2026 - It only receives alerts pushed to it. If Prometheus can't reach Alertmanager, alerts are queued in Prometheus memory and retried. Configure alertmanagers in prometheus.yml with the Alertmanager address.
🌐
Grafana
grafana.com › blog › step-by-step-guide-to-setting-up-prometheus-alertmanager-with-slack-pagerduty-and-gmail
Step-by-step guide to setting up Prometheus Alertmanager with Slack, PagerDuty, and Gmail | Grafana Labs
February 26, 2020 - (PagerDuty is a paid service, but you can always do a 14-day free trial.) Once you’re logged in, go to Configuration -> Services -> + New Service. Choose Prometheus from the Integration types list and give the service a name.
🌐
The Good Shell
thegoodshell.com › home › sre › prometheus alertmanager setup: the ultimate 7-step production guide for 2026
Prometheus Alertmanager Setup: The Ultimate 7-Step Production Guide for 2026 - The Good Shell
April 23, 2026 - Complete prometheus alertmanager setup guide for production. Routing trees, inhibition rules, Slack and PagerDuty integration, HA configuration and alert fatigue prevention.
🌐
GitHub
github.com › prometheus › alertmanager › blob › main › docs › alertmanager.md
alertmanager/docs/alertmanager.md at main · prometheus/alertmanager
This can be configured using the --cluster-* flags. It's important not to load balance traffic between Prometheus and its Alertmanagers, but instead, point Prometheus to a list of all Alertmanagers.
Author: prometheus
🌐
Daenney
daenney.github.io › 2018 › 04 › 21 › setting-up-alertmanager
Setting up Prometheus Alertmanager - Daenney's blog
April 21, 2018 - Take a look at journalctl -u alertmanager and ensure it starts up. At this point you can reach it on http://localhost:9093 or whatever you set --web.external-url to, but don’t forget to configure the reverse proxy first. Next, we need to actually tell Prometheus that there’s an alertmanager ...
🌐
Prometheus
prometheus.io › docs › prometheus › latest › configuration › alerting_rules
Alerting rules | Prometheus
Prometheus can be configured to automatically discover available Alertmanager instances through its service discovery integrations.
🌐
Better Stack
betterstack.com › community › guides › monitoring › prometheus-alertmanager
Effective Alerting with Prometheus Alertmanager | Better Stack Community
Once Alertmanager receives an alert from Prometheus, it is processed based on its configuration. This usually involves grouping, deduplication, and routing to the appropriate receivers such, as email, Slack, or a custom webhook.
🌐
OneUptime
oneuptime.com › home › blog › how to configure alertmanager with prometheus via portainer
How to Configure Alertmanager with Prometheus via Portainer
March 20, 2026 - # prometheus.yml global: scrape_interval: 15s evaluation_interval: 15s # Point Prometheus to Alertmanager alerting: alertmanagers: - static_configs: - targets: - alertmanager:9093 # Load alert rules rule_files: - /etc/prometheus/rules/*.yml scrape_configs: - job_name: 'prometheus' static_configs: - targets: ['localhost:9090'] - job_name: 'node' static_configs: - targets: ['node-exporter:9100']