From 89c65e22d3ce2035ae2c07c0264a287ca9552f40 Mon Sep 17 00:00:00 2001 From: brendamuir <100768211+brendamuir@users.noreply.github.com> Date: Tue, 21 Mar 2023 13:37:00 +0100 Subject: [PATCH] Docs: fix numbering and rename topic (#65093) * Docs: fix numbering and rename topic * fixes typo * removes full stops * deletes : --- docs/sources/alerting/fundamentals/_index.md | 2 +- .../alerting/set-up/configure-alertmanager/index.md | 11 +++++------ .../set-up/configure-high-availability/_index.md | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/docs/sources/alerting/fundamentals/_index.md b/docs/sources/alerting/fundamentals/_index.md index 4b7641fd430..a1ccc11720d 100644 --- a/docs/sources/alerting/fundamentals/_index.md +++ b/docs/sources/alerting/fundamentals/_index.md @@ -6,7 +6,7 @@ title: Explore Alerting weight: 105 --- -# Explore Alerting +# Introduction to Alerting Whether you’re starting or expanding your implementation of Grafana Alerting, learn more about the key concepts and available features that help you create, manage, and take action on your alerts and improve your team’s ability to resolve issues quickly. diff --git a/docs/sources/alerting/set-up/configure-alertmanager/index.md b/docs/sources/alerting/set-up/configure-alertmanager/index.md index f0eceb9ae56..407ed10b26f 100644 --- a/docs/sources/alerting/set-up/configure-alertmanager/index.md +++ b/docs/sources/alerting/set-up/configure-alertmanager/index.md @@ -26,12 +26,11 @@ External alertmanagers should now be configured as data sources using Grafana Co To add an external Alertmanager, complete the following steps. 1. Click Configuration and then Data sources. -2. Search for Alertmanager. -3. Choose your Implementation and fill out the fields on the page, as required. +1. Search for Alertmanager. +1. Choose your Implementation and fill out the fields on the page, as required. -If you are provisioning your data source, set the flag `handleGrafanaManagedAlerts` in the `jsonData` field to `true` to send Grafana-managed alerts to this Alertmanager. + If you are provisioning your data source, set the flag `handleGrafanaManagedAlerts` in the `jsonData` field to `true` to send Grafana-managed alerts to this Alertmanager. -**Note:** -Prometheus, Grafana Mimir, and Cortex implementations of Alertmanager are supported. For Prometheus, contact points and notification policies are read-only in the Grafana Alerting UI. + **Note:**: Prometheus, Grafana Mimir, and Cortex implementations of Alertmanager are supported. For Prometheus, contact points and notification policies are read-only in the Grafana Alerting UI. -4. Click Save & test. +1. Click Save & test. diff --git a/docs/sources/alerting/set-up/configure-high-availability/_index.md b/docs/sources/alerting/set-up/configure-high-availability/_index.md index 574495864ba..cf4b1d2514d 100644 --- a/docs/sources/alerting/set-up/configure-high-availability/_index.md +++ b/docs/sources/alerting/set-up/configure-high-availability/_index.md @@ -85,7 +85,7 @@ spec: app: grafana ``` -4. Make sure your grafana deployment has the label matching the selector, e.g. `app:grafana`. +4. Make sure your grafana deployment has the label matching the selector, e.g. `app:grafana`: 5. Add in the grafana.ini: