############################################################################### # sending slack notifications # note: multiple recipients can be given like this: # "RECIPIENT1 RECIPIENT2 ..." # enable/disable sending pushover notifications SEND_SLACK="YES" # Login to slack.com and create an incoming webhook. # You need only one for all your netdata servers. # Without it, netdata cannot send slack notifications. SLACK_WEBHOOK_URL="https://hooks.slack.com/services/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" # if a role's recipients are not configured, a notification will be send to: # - A slack channel (syntax: '#channel' or 'channel') # - A slack user (syntax: '@user') # - The channel or user defined in slack for the webhook (syntax: '#') # empty = do not send a notification for unconfigured roles DEFAULT_RECIPIENT_SLACK="test-docker-event"