Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
add additional Discord handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
joeaba committed Jun 7, 2023
1 parent 8bb1c69 commit 7f7a65b
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions metrics/metrics-main/kapacitor.conf
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,54 @@ default-retention-policy = ""
global = false
json-data = false

[[discord]]
enabled = true
default = false
url = "$CANARIES-MONITORING"
workspace = "canaries-monitoring"
timestamp = true
username = "canaries-bot"
avatar-url = "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png"
embed-title = "Alert"
global = false
state-changes-only = false

[[discord]]
enabled = true
default = true
url = "$MB-PAGER-DUTY"
workspace = "mb-pager-duty"
timestamp = true
username = "cluster-bot"
avatar-url = "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png"
embed-title = "Alert"
global = false
state-changes-only = false

[[discord]]
enabled = true
default = false
url = "$TESNET-PAGER-DUTY"
workspace = "testnet-pager-duty"
timestamp = true
username = "cluster-bot-testnet"
avatar-url = "https://influxdata.github.io/branding/img/downloads/influxdata-logo--symbol--pool-alpha.png"
embed-title = "Alert"
global = false
state-changes-only = false

[[discord]]
enabled = true
default = false
url = "$DEVNET-PAGER-DUTY"
workspace = "devnet-pager-duty"
timestamp = true
username = "cluster-bot-devnet"
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"
Expand Down

0 comments on commit 7f7a65b

Please sign in to comment.