From 8de013c7e6556490cd06f13bb3c92d856b2696cc Mon Sep 17 00:00:00 2001 From: Pepe Cano <825430+ppcano@users.noreply.github.com> Date: Wed, 28 May 2025 10:59:05 +0200 Subject: [PATCH] docs(alerting): OpsGenie instructions for other alertmanagers (#106049) * docs(alerting): OpsGenie instructions for other alertmanagers * run prettier --- .../integrations/configure-opsgenie.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md index feb4d406caa..339a725d641 100644 --- a/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md +++ b/docs/sources/alerting/configure-notifications/manage-contact-points/integrations/configure-opsgenie.md @@ -41,10 +41,12 @@ To create your Opsgenie integration in Grafana Alerting, complete the following 1. Enter a contact point name. 1. From the **Integration** list, select **Opsgenie**. 1. In the **API key** field, paste in your API key. -1. In the **Alert API URL**, enter `https://api.opsgenie.com/v2/alerts`. +1. Configure the **Alert API URL**. + 1. For Grafana Alertmanager, enter `https://api.opsgenie.com/v2/alerts`. + 1. For other Alertmanagers, enter the host for sending Opsgenie API requests, depending on the hosted region. 1. Click **Test** to check that your integration works. - ** For Grafana Alertmanager only.** + **For Grafana Alertmanager only.** A test alert notification is sent to the Alerts page in Opsgenie.