mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: fix numbering and rename topic (#65093)
* Docs: fix numbering and rename topic * fixes typo * removes full stops * deletes :
This commit is contained in:
parent
8fbf009cbd
commit
89c65e22d3
@ -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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user