We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f62cc1 commit 8628845Copy full SHA for 8628845
metrics/metrics-main/kapacitor.conf
@@ -252,6 +252,18 @@ default-retention-policy = ""
252
global = false
253
json-data = false
254
255
+[[discord]]
256
+ enabled = true
257
+ default = true
258
+ url = "https://discordapp.com/api/webhooks/xxxxxxxxxxxxxxxxxx/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
259
+ workspace = "guild-alerts"
260
+ timestamp = true
261
+ username = "AlertBot"
262
+ avatar-url = "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png"
263
+ embed-title = "Alert"
264
+ global = false
265
+ state-changes-only = false
266
+
267
[reporting]
268
enabled = true
269
url = "https://usage.influxdata.com"
0 commit comments