mirror of https://github.com/grafana/grafana
Revert "Alerting docs: rework create alert rules definition and topic" (#83328)
parent
18d1ced069
commit
2b4f108771
@ -0,0 +1,50 @@ |
||||
--- |
||||
aliases: |
||||
- alerting/manage-notifications/manage-contact-points/configure-integrations/ |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/alerting-rules/manage-contact-points/integrations/ |
||||
description: Configure contact point integrations to select your preferred communication channels for receiving notifications of firing alerts. |
||||
keywords: |
||||
- Grafana |
||||
- alerting |
||||
- guide |
||||
- notifications |
||||
- integrations |
||||
- contact points |
||||
labels: |
||||
products: |
||||
- cloud |
||||
- enterprise |
||||
- oss |
||||
title: Configure contact point integrations |
||||
weight: 100 |
||||
--- |
||||
|
||||
# Configure contact point integrations |
||||
|
||||
Configure contact point integrations in Grafana to select your preferred communication channel for receiving notifications when your alert rules are firing. Each integration has its own configuration options and setup process. In most cases, this involves providing an API key or a Webhook URL. |
||||
|
||||
Once configured, you can use integrations as part of your contact points to receive notifications whenever your alert changes its state. In this section, we'll cover the basic steps to configure your integrations, so you can start receiving real-time alerts and stay on top of your monitoring data. |
||||
|
||||
## List of supported integrations |
||||
|
||||
| Name | Type | |
||||
| ----------------------- | ------------------------- | |
||||
| DingDing | `dingding` | |
||||
| Discord | `discord` | |
||||
| Email | `email` | |
||||
| Google Chat | `googlechat` | |
||||
| Hipchat | `hipchat` | |
||||
| Kafka | `kafka` | |
||||
| Line | `line` | |
||||
| Microsoft Teams | `teams` | |
||||
| Opsgenie | `opsgenie` | |
||||
| Pagerduty | `pagerduty` | |
||||
| Prometheus Alertmanager | `prometheus-alertmanager` | |
||||
| Pushover | `pushover` | |
||||
| Sensu | `sensu` | |
||||
| Sensu Go | `sensugo` | |
||||
| Slack | `slack` | |
||||
| Telegram | `telegram` | |
||||
| Threema | `threema` | |
||||
| VictorOps | `victorops` | |
||||
| Webhook | `webhook` | |
||||
@ -1,26 +0,0 @@ |
||||
--- |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/configure-notifications |
||||
description: Configure how, when, and where to send your alert notifications |
||||
keywords: |
||||
- grafana |
||||
- alert |
||||
- notifications |
||||
labels: |
||||
products: |
||||
- cloud |
||||
- enterprise |
||||
- oss |
||||
menuTitle: Configure notifications |
||||
title: Configure notifications |
||||
weight: 125 |
||||
--- |
||||
|
||||
# Configure notifications |
||||
|
||||
Choose how, when, and where to send your alert notifications. |
||||
|
||||
As a first step, define your contact points; where to send your alert notifications to. A contact point is a set of one or more integrations that are used to deliver notifications. |
||||
|
||||
Next, create a notification policy which is a set of rules for where, when and how your alerts are routed to contact points. In a notification policy, you define where to send your alert notifications by choosing one of the contact points you created. |
||||
|
||||
Optionally, you can add notification templates to contact points for reuse and consistent messaging in your notifications. |
||||
@ -1,22 +1,47 @@ |
||||
--- |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/manage-notifications/ |
||||
description: Detect and respond for day-to-day triage and analysis of what’s going on and action you need to take |
||||
description: Manage your alerts by creating silences, mute timings, and more |
||||
keywords: |
||||
- grafana |
||||
- detect |
||||
- respont |
||||
- alert |
||||
- notifications |
||||
labels: |
||||
products: |
||||
- cloud |
||||
- enterprise |
||||
- oss |
||||
menuTitle: Detect and respond |
||||
title: Detect and respond |
||||
menuTitle: Manage |
||||
title: Manage your alerts |
||||
weight: 130 |
||||
--- |
||||
|
||||
# Detect and respond |
||||
# Manage your alerts |
||||
|
||||
Use Grafana Alerting to track and generate alerts and send notifications, providing an efficient way for engineers to monitor, respond, and triage issues within their services. |
||||
Once you have set up your alert rules, contact points, and notification policies, you can use Grafana Alerting to: |
||||
|
||||
Alerts and alert notifications provide a lot of value as key indicators to issues during the triage process, providing engineers with the information they need to understand what is going on in their system or service. |
||||
[Create silences][create-silence] |
||||
|
||||
[Create mute timings][mute-timings] |
||||
|
||||
[Declare incidents from firing alerts][declare-incident-from-firing-alert] |
||||
|
||||
[View the state and health of alert rules][view-state-health] |
||||
|
||||
[View and filter alert rules][view-alert-rules] |
||||
|
||||
{{% docs/reference %}} |
||||
[create-silence]: "/docs/grafana/ -> /docs/grafana/<GRAFANA_VERSION>/alerting/manage-notifications/create-silence" |
||||
[create-silence]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/manage-notifications/create-silence" |
||||
|
||||
[declare-incident-from-firing-alert]: "/docs/grafana/ -> /docs/grafana/<GRAFANA_VERSION>/alerting/manage-notifications/declare-incident-from-alert" |
||||
[declare-incident-from-firing-alert]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/manage-notifications/declare-incident-from-alert" |
||||
|
||||
[mute-timings]: "/docs/grafana/ -> /docs/grafana/<GRAFANA_VERSION>/alerting/manage-notifications/mute-timings" |
||||
[mute-timings]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/manage-notifications/mute-timings" |
||||
|
||||
[view-alert-rules]: "/docs/grafana/ -> /docs/grafana/<GRAFANA_VERSION>/alerting/manage-notifications/view-alert-rules" |
||||
[view-alert-rules]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/manage-notifications/view-alert-rules" |
||||
|
||||
[view-state-health]: "/docs/grafana/ -> /docs/grafana/<GRAFANA_VERSION>/alerting/manage-notifications/view-state-health" |
||||
[view-state-health]: "/docs/grafana-cloud/ -> /docs/grafana-cloud/alerting-and-irm/alerting/manage-notifications/view-state-health" |
||||
{{% /docs/reference %}} |
||||
|
||||
@ -0,0 +1,34 @@ |
||||
--- |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/manage-notifications/manage-contact-points/ |
||||
description: View, edit, copy, or delete your contact points and notification templates |
||||
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 |
||||
@ -1,6 +1,4 @@ |
||||
--- |
||||
aliases: |
||||
- ./alerting-rules/manage-notifications/manage-contact-points/template-notifications/create-notification-templates/ |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/manage-notifications/template-notifications/create-notification-templates/ |
||||
description: Create notification templates to sent to your contact points |
||||
keywords: |
||||
@ -1,6 +1,4 @@ |
||||
--- |
||||
aliases: |
||||
- ./alerting-rules/manage-notifications/manage-contact-points/template-notifications/reference/ |
||||
canonical: https://grafana.com/docs/grafana/latest/alerting/manage-notifications/template-notifications/reference/ |
||||
description: Learn about templating notifications options |
||||
keywords: |
||||
Loading…
Reference in new issue