Skip to content

Instantly share code, notes, and snippets.

@regel
Created December 4, 2018 14:52
Show Gist options
  • Save regel/6cf270b1f81e69af57d04f392075270c to your computer and use it in GitHub Desktop.
Save regel/6cf270b1f81e69af57d04f392075270c to your computer and use it in GitHub Desktop.
kapacitor.conf example with Slack settings
data_dir = "/var/lib/kapacitor"
[[slack]]
enabled = true
default = true
workspace = "your_workspace"
url = "your_url"
channel = "your_channel"
global = false
state-changes-only = false
[logging]
# Destination for logs
# Can be a path to a file or 'STDOUT', 'STDERR'.
file = "/var/log/kapacitor/kapacitor.log"
# Logging level can be one of:
# DEBUG, INFO, ERROR
# HTTP logging can be disabled in the [http] config section.
level = "INFO"
[replay]
dir = "/var/lib/kapacitor/replay"
[storage]
boltdb = "/var/lib/kapacitor/kapacitor.db"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment