Skip to content

Instantly share code, notes, and snippets.

@da-n
Created August 24, 2019 07:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save da-n/cb708b54964beada3f2bcb8efee139b2 to your computer and use it in GitHub Desktop.
Save da-n/cb708b54964beada3f2bcb8efee139b2 to your computer and use it in GitHub Desktop.
Netdata Slack notify
#------------------------------------------------------------------------------
# slack (slack.com) global notification options
# multiple recipients can be given like this:
# "CHANNEL1 CHANNEL2 ..."
# enable/disable sending slack notifications
SEND_SLACK="YES"
# Login to slack.com and create an incoming webhook. You need only one for all
# your netdata servers (or you can have one for each of your netdata).
# Without it, netdata cannot send slack notifications.
# Get yours from: https://api.slack.com/incoming-webhooks
SLACK_WEBHOOK_URL="{WEBHOOK_URL}"
# if a role's recipients are not configured, a notification will be send to
# this slack channel (empty = do not send a notification for unconfigured
# roles):
DEFAULT_RECIPIENT_SLACK="alerts"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment