Created
December 2, 2016 14:20
-
-
Save zshamrock/334726572a77ee369e41829f4ffa2acb to your computer and use it in GitHub Desktop.
Configure Slack integration for Kapacitor
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] | |
enabled = true | |
url = “https://hooks.slack.com/services/<integration point>” | |
channel = “#influx-alerts” | |
username = “kapacitor” | |
icon-emoji = “” | |
global = false | |
state-changes-only = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment