Skip to content

Commit

Permalink
salt: Update alertmanager default configuration
Browse files Browse the repository at this point in the history
We now send all the alerts to the alert-logger
receiver.

Refs: #3180
  • Loading branch information
alexandre-allard committed Mar 9, 2021
1 parent 98d017a commit c1359b9
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ spec:
group_wait: 30s
group_interval: 5m
repeat_interval: 12h
receiver: 'null'
receiver: 'metalk8s-alert-logger'
routes:
- match:
alertname: Watchdog
receiver: 'null'
- receiver: 'metalk8s-alert-logger'
continue: True
receivers:
- name: 'null'
- name: 'metalk8s-alert-logger'
webhook_configs:
- send_resolved: True
url: 'http://metalk8s-alert-logger:19094/'
inhibit_rules: []

0 comments on commit c1359b9

Please sign in to comment.