Skip to content

Commit

Permalink
repeat_interval is a route setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 21, 2023
1 parent 0e4a047 commit 4dbbf3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ alertmanager:
- alertname=~"Watchdog|InfoInhibitor"
{% if monitoring_slack_api_url is defined and monitoring_slack_notification_channel is defined %}
- receiver: slack
repeat_interval: 1h
continue: true
{% endif %}
receivers:
Expand All @@ -121,7 +122,6 @@ alertmanager:
- name: 'null'
{% if monitoring_slack_api_url is defined and monitoring_slack_notification_channel is defined %}
- name: slack
repeat_interval: 1h
slack_configs:
{% raw %}
- channel: "{{ monitoring_slack_notification_channel }}"
Expand Down

0 comments on commit 4dbbf3d

Please sign in to comment.