Skip to content

Commit

Permalink
Trying to use discord webhook in alertmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
LarryGF committed Aug 27, 2023
1 parent 9cc9d20 commit 6990b7d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions argocd/kube-prometheus-stack/values.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ kube-prometheus-stack:
group_wait: 30s
group_interval: 5m
repeat_interval: 12h
receiver: 'null'
receiver: 'discord-receiver'
routes:
- receiver: 'null'
- receiver: 'discord-receiver'
matchers:
- alertname =~ "InfoInhibitor|Watchdog"
receivers:
- name: 'discord-receiver'
webhook_configs:
- url: 'http://alertmanager-discord:9094'
- name: 'discord-receiver'
webhook_configs:
- url: 'http://alertmanager-discord:9094'
templates:
- '/etc/alertmanager/config/*.tmpl'

Expand Down

0 comments on commit 6990b7d

Please sign in to comment.