Skip to content

Commit ae65f9b

Browse files
authored
Merge branch 'main' into dev
2 parents d32cbb8 + f4be298 commit ae65f9b

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/sources/integrations/available-integrations/add-alertmanager.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,30 +9,30 @@ keywords:
99
- on-call
1010
- Alertmanager
1111
- Prometheus
12-
title: Connect Alert Manager to Grafana OnCall
12+
title: Connect Alertmanager to Grafana OnCall
1313
canonical: "https://grafana.com/docs/oncall/latest/integrations/available-integrations/add-alertmanager/"
1414
weight: 300
1515
---
1616

17-
# Connect AlertManager to Grafana OnCall
17+
# Connect Alertmanager to Grafana OnCall
1818

19-
The AlertManager integration for Grafana OnCall handles alerts sent by client applications such as the Prometheus server.
19+
The Alertmanager integration for Grafana OnCall handles alerts sent by client applications such as the Prometheus server.
2020

21-
Grafana OnCall provides<!--[grouping](#alertmanager-grouping-amp-oncall-grouping)--> grouping abilities when processing alerts from Alert Manager, including initial deduplicating, grouping, and routing the alerts to Grafana OnCall.
21+
Grafana OnCall provides<!--[grouping](#alertmanager-grouping-amp-oncall-grouping)--> grouping abilities when processing alerts from Alertmanager, including initial deduplicating, grouping, and routing the alerts to Grafana OnCall.
2222

23-
## Configure AlertManager integration for Grafana OnCall
23+
## Configure Alertmanager integration for Grafana OnCall
2424

2525
You must have an Admin role to create integrations in Grafana OnCall.
2626

2727
1. In the **Integrations** tab, click **+ New integration for receiving alerts**.
2828

29-
2. Select **AlertManager** from the list of available integrations.
29+
2. Select **Alertmanager** from the list of available integrations.
3030

3131
3. Follow the instructions in the **How to connect** window to get your unique integration URL and identify next steps.
3232

3333
<!--![123](../_images/connect-new-monitoring.png)-->
3434

35-
## Configure AlertManager
35+
## Configure Alertmanager
3636

3737
Update the `receivers` section of your Alertmanager configuration to use a unique integration URL:
3838

@@ -48,11 +48,11 @@ receivers:
4848
send_resolved: true
4949
```
5050

51-
## Configure grouping with AlertManager and Grafana OnCall
51+
## Configure grouping with Alertmanager and Grafana OnCall
5252

53-
You can use the alert grouping mechanics of AlertManager and Grafana OnCall to configure your alert grouping preferences.
53+
You can use the alert grouping mechanics of Alertmanager and Grafana OnCall to configure your alert grouping preferences.
5454

55-
AlertManager offers three alert grouping options:
55+
Alertmanager offers three alert grouping options:
5656

5757
- `group_by` provides two options, `instance` or `job`.
5858
- `group_wait` sets the length of time to initially wait before sending a notification for a particular group of alerts. For example, `group_wait` can be set to 45s.
@@ -61,7 +61,7 @@ AlertManager offers three alert grouping options:
6161

6262
- `group_interval` sets the length of time to wait before sending notifications about new alerts that have been added to a group of alerts that have been previously alerted on. This setting is usually set to five minutes or more.
6363

64-
During high alert volume periods, AlertManager will send alerts at each `group_interval`, which can mean a lot of distraction. Grafana OnCall grouping will help manage this in the following ways:
64+
During high alert volume periods, Alertmanager will send alerts at each `group_interval`, which can mean a lot of distraction. Grafana OnCall grouping will help manage this in the following ways:
6565

6666
- Grafana OnCall groups alerts based on the first label of each alert.
6767

0 commit comments

Comments
 (0)