Files
grafana/docs/sources/alerting/set-up/configure-alertmanager/index.md
T
brendamuir c0c4409abc Docs: adds set up section with alertmanager, provisioning sections (#55291)
* Docs: adding setup, provisioning docs

* add set up, alertmanager

* Adds link to provisioning from set up page

* renames topics in set up section

* fixes alertmanager link

* removing article for alertmanager

* first connection to oncall

* updating armands intro text

* getting rid of blank line
2022-09-16 17:22:20 +01:00

1.5 KiB

aliases, description, keywords, title, weight
aliases description keywords title weight
/docs/grafana/latest/alerting/configure-alertmanager
/docs/grafana/latest/alerting/configure-alertmanager
Configure Alertmanager
grafana
alerting
set up
configure
Alertmanager
Configure Alertmanager 100

Configure Alertmanager

Configure Alertmanager from Grafana Alerting to group and manage alert rules, adding a layer of orchestration on top of your external alerting engine.

Add a new external Alertmanager

  1. In the Grafana menu, click the Alerting (bell) icon to open the Alerting page listing existing alerts.
  2. Click Admin and then scroll down to the External Alertmanager section.
  3. Click Add Alertmanager and a modal opens.
  4. Add the URL and the port for the external Alertmanager. You do not need to specify the path suffix, for example, /api/v(1|2)/alerts. Grafana automatically adds this.

The external URL is listed in the table with a pending status. Once Grafana verifies that the Alertmanager is discovered, the status changes to active. No requests are made to the external Alertmanager at this point; the verification signals that alerts are ready to be sent.

Edit an external Alertmanager

  1. Click the pen symbol to the right of the Alertmanager row in the table.
  2. When the edit modal opens, you can view all the URLs that were added.

The edited URL will be pending until Grafana verifies it again.

{{< figure max-width="40%" src="/static/img/docs/alerting/unified/ext-alertmanager-active.png" max-width="650px" caption="External Alertmanagers" >}}