From 3ba9960de13622be705369f45525d70e4ac01598 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Thu, 16 May 2024 17:00:32 +0200 Subject: [PATCH] [v11.0.x] grafana fundamentals fix (#87992) grafana fundamentals fix (#87975) * grafana fundamentals fix * pretty face (cherry picked from commit c7d2a7a19cacf176727adcb0d46ae870deedc153) Co-authored-by: antonio <45235678+tonypowa@users.noreply.github.com> --- .../tutorials/grafana-fundamentals/index.md | 30 ++++--------------- 1 file changed, 5 insertions(+), 25 deletions(-) diff --git a/docs/sources/tutorials/grafana-fundamentals/index.md b/docs/sources/tutorials/grafana-fundamentals/index.md index 2c941499edf..634e7876e51 100644 --- a/docs/sources/tutorials/grafana-fundamentals/index.md +++ b/docs/sources/tutorials/grafana-fundamentals/index.md @@ -283,11 +283,11 @@ The most basic alert consists of two parts: Some popular channels include: - - [Email][email] - - [Webhooks][webhook] - - [Telegram][telegram] - - [Slack][slack] - - [PagerDuty][pagerduty] + - [Email](https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/integrations/configure-email/) + - [Webhooks](https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier/) + - [Telegram](https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/integrations/configure-telegram/) + - [Slack](https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/integrations/configure-slack/) + - [PagerDuty](https://grafana.com/docs/grafana/latest/alerting/configure-notifications/manage-contact-points/integrations/pager-duty/) 1. An _Alert rule_ - An Alert rule defines one or more _conditions_ that Grafana regularly evaluates. When these evaluations meet the rule's criteria, the alert is triggered. @@ -343,7 +343,6 @@ Now that Grafana knows how to notify us, it's time to set up an alert rule: 1. In **Section 4**, choose **RequestBin** as the **Contact point**. > > > > > > > 086def3f57a (alerting: contact points - links (#87955)) 1. Click **Save rule and exit** at the top of the page. -1. In Grafana's sidebar, navigate to **Notification policies**. ### Trigger a Grafana Managed Alert @@ -396,22 +395,3 @@ Check out the links below to continue your learning journey with Grafana's LGTM - [Alerting Overview](/docs/grafana/latest/alerting/) - [Alert rules](/docs/grafana/latest/alerting/create-alerts/) - [Contact points](/docs/grafana/latest/alerting/fundamentals/contact-points/) - -{{% docs/reference %}} - -[email]: "/docs/grafana/ -> /docs/grafana//alerting/configure-notifications/manage-contact-points/integrations/configure-email" -[email]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/configure-notifications/manage-contact-points/integrations/configure-email" - -[pagerduty]: "/docs/grafana/ -> /docs/grafana//alerting/configure-notifications/manage-contact-points/integrations/pager-duty" -[pagerduty]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/configure-notifications/manage-contact-points/integrations/pager-duty" - -[telegram]: "/docs/grafana/ -> /docs/grafana//alerting/configure-notifications/manage-contact-points/integrations/configure-telegram" -[telegram]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/configure-notifications/manage-contact-points/integrations/configure-telegram" - -[slack]: "/docs/grafana/ -> /docs/grafana//alerting/configure-notifications/manage-contact-points/integrations/configure-slack" -[slack]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/configure-notifications/manage-contact-points/integrations/configure-slack" - -[webhook]: "/docs/grafana/ -> /docs/grafana//alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier" -[webhook]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/configure-notifications/manage-contact-points/integrations/webhook-notifier" - -{{% /docs/reference %}}