mirror of https://github.com/grafana/grafana
Alerting docs: Contact points updates (#77848)
* Alerting docs: adds and reworks contact points content * gh cli to get build to work * contact point docs rework * fixes canonicals with new folder name * adds integrations to index md * deletes pagerduty anchor * ran prettier * updates mute timing section with redesign * Updates alert rules with menu paths and export features * updates menu paths on notification templates tab * updates notification policy with new redesign menu paths * updates time interval tag * ran prettier * corrects typopull/77574/head^2
parent
e581e8e1f8
commit
9447cb9192
@ -0,0 +1,41 @@ |
||||
--- |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/alerting-rules/manage-contact-points/integrations/pager-duty/ |
||||
description: Configure PagerDuty |
||||
keywords: |
||||
- grafana |
||||
- alerting |
||||
- pagerduty |
||||
labels: |
||||
products: |
||||
- cloud |
||||
- enterprise |
||||
- oss |
||||
menuTitle: PagerDuty |
||||
title: Configure PagerDuty for Alerting |
||||
weight: 400 |
||||
--- |
||||
|
||||
# Configure PagerDuty for Alerting |
||||
|
||||
To set up PagerDuty, provide an integration key. |
||||
|
||||
| Setting | Description | |
||||
| --------------- | ------------------------------------------------------ | |
||||
| Integration Key | Integration key for PagerDuty | |
||||
| Severity | Level for dynamic notifications, default is `critical` | |
||||
| Custom Details | Additional details about the event | |
||||
|
||||
The `CustomDetails` field is an object containing arbitrary key-value pairs. The user-defined details are merged with the ones we use by default. |
||||
|
||||
Our default values for `CustomDetails` are: |
||||
|
||||
```go |
||||
{ |
||||
"firing": `{{ template "__text_alert_list" .Alerts.Firing }}`, |
||||
"resolved": `{{ template "__text_alert_list" .Alerts.Resolved }}`, |
||||
"num_firing": `{{ .Alerts.Firing | len }}`, |
||||
"num_resolved": `{{ .Alerts.Resolved | len }}`, |
||||
} |
||||
``` |
||||
|
||||
In case of duplicate keys, the user-defined details overwrite the default ones. |
@ -0,0 +1,34 @@ |
||||
--- |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/manage-notifications/manage-contact-points/ |
||||
description: Manage contact points |
||||
keywords: |
||||
- grafana |
||||
- alerting |
||||
- contact points |
||||
- search |
||||
- export |
||||
labels: |
||||
products: |
||||
- cloud |
||||
- enterprise |
||||
- oss |
||||
title: Manage contact points |
||||
weight: 410 |
||||
--- |
||||
|
||||
# Manage contact points |
||||
|
||||
The Contact points list view lists all existing contact points and notification templates. |
||||
|
||||
On the **Contact Points** tab, you can: |
||||
|
||||
- Search for name and type of contact points and integrations |
||||
- View all existing contact points and integrations |
||||
- View how many notification policies each contact point is being used for and navigate directly to the linked notification policies |
||||
- View the status of notification deliveries |
||||
- Export individual contact points or all contact points in JSON, YAML, or Terraform format |
||||
- Delete contact points that are not in use by a notification policy |
||||
|
||||
On the **Notification templates** tab, you can: |
||||
|
||||
- View, edit, copy or delete existing notification templates |
Loading…
Reference in new issue