add Discord handler to Kapacitor (#31972)
This commit is contained in:
parent
9f62cc1e19
commit
8628845836
|
@ -252,6 +252,18 @@ default-retention-policy = ""
|
||||||
global = false
|
global = false
|
||||||
json-data = 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]
|
[reporting]
|
||||||
enabled = true
|
enabled = true
|
||||||
url = "https://usage.influxdata.com"
|
url = "https://usage.influxdata.com"
|
||||||
|
|
Loading…
Reference in New Issue