Created
August 24, 2019 07:45
-
-
Save da-n/cb708b54964beada3f2bcb8efee139b2 to your computer and use it in GitHub Desktop.
Netdata Slack notify
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------ | |
# 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