add-slack-notification-configuration.md 3.6 KB

From the Cloud interface, you can manage your space's notification settings and from these you can add specific configuration to get notifications delivered on Slack.

Prerequisites

To add discord notification configurations you need

  • A Netdata Cloud account
  • Access to the space as an administrator
  • Space will needs to be on Business plan or higher
  • Have a Slack app on your workspace to receive the webhooks, for mode details check how to configure this on Slack

Steps

  1. Click on the Space settings cog (located above your profile icon)
  2. Click on the Notification tab
  3. Click on the + Add configuration button (near the top-right corner of your screen)
  4. On the Slack card click on + Add
  5. A modal will be presented to you to enter the required details to enable the configuration:
    1. Notification settings are Netdata specific settings
      • Configuration name - you can optionally provide a name for your configuration you can easily refer to it
      • Rooms - by specifying a list of Rooms you are select to which nodes or areas of your infrastructure you want to be notified using this configuration
      • Notification - you specify which notifications you want to be notified using this configuration: All Alerts and unreachable, All Alerts, Critical only
    2. Integration configuration are the specific notification integration required settings, which vary by notification method. For Slack:

Settings on Slack

To enable the webhook integrations on Slack you need:

  1. Create an app to receive webhook integrations. Check Create an app from Slack documentation for further details
  2. Install the app on your workspace
  3. Configure Webhook URLs for your workspace
    • On your app go to Incoming Webhooks and click on activate incoming webhooks

image

  • At the bottom of Webhook URLs for Your Workspace section you have Add New Webhook to Workspace
  • After pressing that specify the channel where you want your notifications to be delivered

image

  • Once completed copy the Webhook URL that you will need to add to your notification configuration on Netdata UI

image

For more details please check Slacks's article Incoming webhooks for Slack.

Related topics