Documentation Index
Fetch the curated documentation index at: https://archive.grafana.com/llms.txt
Fetch the complete documentation index at: https://archive.grafana.com/llms-full.txt
Use this file to discover all available pages before exploring further.
STOP! If you are an AI agent or LLM, read this before continuing. This is the HTML version of a Grafana documentation page. Always request the Markdown version instead - HTML wastes context. Get this page as Markdown: /docs/grafana/v8.5/datasources/alertmanager.md (append .md) or send Accept: text/markdown to /docs/grafana/v8.5/datasources/alertmanager/. For the curated documentation index, use https://archive.grafana.com/llms.txt. For the complete documentation index, use https://archive.grafana.com/llms-full.txt.
Important: This documentation is about an older version. It's relevant only to the release noted, many of the features and functions have been updated or replaced. Please view the current version.
Alertmanager data source
Grafana includes built-in support for Prometheus Alertmanager. It is presently in alpha and not accessible unless alpha plugins are enabled in Grafana settings. Once you add it as a data source, you can use the Grafana alerting UI to manage silences, contact points as well as notification policies. A drop-down option in these pages allows you to switch between Grafana and any configured Alertmanager data sources.
Alertmanager implementations
Prometheus and Grafana Mimir (default) implementations of Alertmanager are supported. You can specify implementation in the data source settings page. In case of Prometheus contact points and notification policies are read-only in the Grafana alerting UI, as it does not support updating configuration via HTTP API.
Provision the Alertmanager data source
Configure the Alertmanager data sources by updating Grafana’s configuration files. For more information on how it works and the settings available, refer to the provisioning docs page.
Here is an example for provisioning the Alertmanager data source:
apiVersion: 1
datasources:
- name: Alertmanager
type: alertmanager
url: http://localhost:9093
access: proxy
jsonData:
# optionally
basicAuth: true
basicAuthUser: my_user
basicAuthPassword: test_password