Skip to content

Commit 8628845

Browse files
authored
add Discord handler to Kapacitor (solana-labs#31972)
1 parent 9f62cc1 commit 8628845

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

metrics/metrics-main/kapacitor.conf

+12
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,18 @@ default-retention-policy = ""
252252
global = false
253253
json-data = false
254254

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+
255267
[reporting]
256268
enabled = true
257269
url = "https://usage.influxdata.com"

0 commit comments

Comments
 (0)