Skip to content

Commit

Permalink
rule_config.yml.j2: Group alerts by severity
Browse files Browse the repository at this point in the history
Since we didn't have a group_by defined we were grouping
all alerts being triggered at the same time.
This patch changes this behavior to group only alerts with
the same severity.
  • Loading branch information
igorribeiroduarte committed Nov 7, 2023
1 parent 8f9a337 commit 0340674
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ansible-scylla-monitoring/templates/rule_config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ receivers:
headers:
Subject: '[PRODUCTION] URGENT Managed-Services - Cluster:{{ scylla_cluster_name }}'
route:
group_by: ['severity']
group_interval: 5m
group_wait: 30s
repeat_interval: 6h
Expand Down

0 comments on commit 0340674

Please sign in to comment.