From 0a5205ba3edf96efe3ba22ac724bc354211f5d29 Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Wed, 9 Apr 2025 18:54:22 +0200 Subject: [PATCH] [release-11.6.1] docs(alerting): update integration choice for IRM setup (#103740) docs(alerting): update integration choice for IRM setup (#103701) (cherry picked from commit e650fa7b2041c91fbb98ef3432b3969e13bbdac9) --- .../integrations/configure-irm.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-irm.md b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-irm.md index 59812deb724..fcefca87f2d 100644 --- a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-irm.md +++ b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-irm.md @@ -72,15 +72,20 @@ These instructions apply only to Grafana OSS and Grafana Enterprise. To configur ## Configure an integration in Grafana IRM -First, enable an integration in IRM to accept alerts from Grafana Alerting. You can either create a new integration or use an existing **Grafana Alerting** or **Webhook** integration in IRM. +First, enable an integration in IRM to accept alerts from Grafana Alerting. You can either create a new integration or use an existing **Alertmanager** or **Webhook** integration in IRM. To create the integration, follow the same steps as described in [Configure an OnCall integration in IRM](ref:irm-configure-integrations): 1. Navigate to **Alerts & IRM** -> **IRM** -> **Integrations**. 1. Click **+ New integration**. -1. Select either **Grafana Alerting** or **Webhook** integration from the list. - - **Grafana Alerting** integration – Includes preconfigured IRM templates for processing Grafana alerts. +1. Select either **Alertmanager** or **Webhook** integration from the list. + + - **Alertmanager** integration – Includes preconfigured IRM templates for processing Grafana and Prometheus alerts. + + > The **Grafana Alerting** integration works similarly but may display a warning in the UI. + - **Webhook** integration – Uses default IRM templates for general alert processing. + 1. Provide a title, description, and assign it to a team, then click **Create Integration**. 1. On the integration details page, copy the **HTTP Endpoint** URL to use in the next section.