add Discord handler to Kapacitor (#31972)

This commit is contained in:
axleiro 2023-06-05 11:35:02 -05:00 committed by GitHub
parent 9f62cc1e19
commit 8628845836
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 0 deletions

View File

@ -252,6 +252,18 @@ default-retention-policy = ""
global = false
json-data = false
[[discord]]
enabled = true
default = true
url = "https://discordapp.com/api/webhooks/xxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
workspace = "guild-alerts"
timestamp = true
username = "AlertBot"
avatar-url = "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png"
embed-title = "Alert"
global = false
state-changes-only = false
[reporting]
enabled = true
url = "https://usage.influxdata.com"