Skip to content

Commit b511164

Browse files
committed
docs(cpt): feedback
1 parent cc79380 commit b511164

File tree

3 files changed

+14
-12
lines changed

3 files changed

+14
-12
lines changed
29.6 KB
Loading

tutorials/configure-slack-grafana-alerting/index.mdx renamed to tutorials/configure-slack-alerting/index.mdx

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
---
22
meta:
3-
title: Configuring Slack for Grafana alerting using a Webhook URL
4-
description: Learn how to send your Grafana alert notifications to your Slack channels for more efficient monitoring.
3+
title: Sending Cockpit's alert notifications to Slack using a webkook URL
4+
description: Learn how to send your Cockpit alert notifications to your Slack channels for more efficient monitoring.
55
content:
6-
h1: Configuring Slack for Grafana alerting using a Webhook URL
7-
paragraph: Learn how to send your Grafana alert notifications to your Slack channels for more efficient monitoring.
6+
h1: Sending Cockpit's alert notifications to Slack using a webkook URL
7+
paragraph: Learn how to send your Cockpit alert notifications to your Slack channels for more efficient monitoring.
88
categories:
99
- cockpit
1010
dates:
11-
validation: 2025-02-13
12-
posted: 2025-02-13
11+
validation: 2025-02-18
12+
posted: 2025-02-18
1313
---
1414

15-
This page shows you how to create a Slack app, a Slack webhook, and your Slack integration in Grafana using the `Scaleway Alerting` alert manager, and how to configure notification policies to receive your Grafana alert notifications in your Slack channel.
15+
This page shows you how to create a Slack app, a Slack webhook, and your Slack integration using the `Scaleway Alerting` alert manager, and how to configure notification policies in Grafana to receive your Cockpit alert notifications in your Slack channel.
16+
17+
As **we do not support Grafana managed alerts**, this documentation only shows you how to **send Cockpit alerts to your Slack channel**.
1618

1719
<Macro id="requirements" />
1820

@@ -21,28 +23,28 @@ This page shows you how to create a Slack app, a Slack webhook, and your Slack i
2123
- [Created](/cockpit/how-to/create-external-data-sources/) data sources
2224
- [Enabled](/cockpit/how-to/enable-alert-manager/) the alert manager
2325
- [Retrieved](/cockpit/how-to/retrieve-grafana-credentials/) your Grafana credentials
24-
- [Configured](/cockpit/how-to/configure-alerts-for-scw-resources/) Grafana alerts for your resources
26+
- [Configured](/cockpit/how-to/configure-alerts-for-scw-resources/) alerts for your resources (preconfigured or custom)
2527
- [Created](https://slack.com/help/articles/206845317-Create-a-Slack-workspace) a Slack workspace in which you want to receive the alert notifications
2628

2729
## Creating a Slack app
2830

2931
1. Refer to the [Slack documentation](https://api.slack.com/messaging/webhooks#create-app) and click **Create your Slack app**. You are redirected to a new page and a pop-up appears prompting you to either create your app **from a manifest** or **from scratch**.
3032
2. Click **From scratch**.
31-
3. Enter a name for your app. For the purpose of this documentation, we are naming the app `Grafana alerts`.
33+
3. Enter a name for your app. For the purpose of this documentation, we are naming the app `Scaleway alerts`.
3234
4. Pick the workspace you want to receive alerts in from the drop-down.
3335
5. Click **Create App** to confirm. You app's **Basic information** page displays.
34-
6. Optionally, scroll down to **Display information** to customize the way your app will display in Slack. For example, you can:
36+
6. Optionally, scroll down to **Display information** to customize the way your app will display in Slack. For more information, refer to the [App Detail Guidelines]((https://api.slack.com/slack-marketplace/guidelines)). For example, you can:
3537
- Add a short description in the **Short description** field
3638
- Add an icon
3739
- Choose a background color
38-
- Add a long description
40+
- Add a long description that will show up on your app detail page.
3941
7. Click **Save Changes** Once you are done configuring your app.
4042

4143
## Activating incoming Webhooks
4244

4345
1. Click **Incoming Webhooks** under the **Features** section.
4446
2. Click the toggle icon to activate incoming webhooks. The **Webhook URLs for Your Workspace** section displays.
45-
3. Click **Add New Webhook to Workspace**. You are prompted to choose a Slack channel in which your Grafana alerts app will post.
47+
3. Click **Add New Webhook to Workspace**. You are prompted to choose a Slack channel in which your Scaleway alerts app will post.
4648
4. Click the drop-down and select one or all Slack channels.
4749
5. Click **Allow**.
4850
6. Click **Copy** under the **Webhook URL** section, as you will need it in the next steps.
Binary file not shown.

0 commit comments

Comments
 (0)