Skip to content

Commit

Permalink
fix: update alertmanager config
Browse files Browse the repository at this point in the history
  • Loading branch information
henrywhitaker3 committed Mar 7, 2024
1 parent 762969b commit 8e69cf9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ route:
- alertname

routes:
- receiver: heartbeat
- receiver: discord_warn
matchers:
- alertname=~"Watchdog"
group_wait: 0s
Expand Down Expand Up @@ -54,8 +54,8 @@ receivers:
webhook_configs:
- url: "{{ .heartbeat }}"
- name: discord_warn
slack_configs:
- api_url: "{{ .slack_warn }}"
discord_configs:
- webhook_url: "{{ .discord_warn }}"
send_resolved: true
- name: discord
slack_configs:
Expand Down

0 comments on commit 8e69cf9

Please sign in to comment.