Skip to content

Commit

Permalink
rule_config.yml.j2: Send warn alerts to team-X-mails-regular
Browse files Browse the repository at this point in the history
We were temporarily sending warn alerts to team-X-mails-urgent due
to the following issue -> scylladb/scylla-monitoring#2101.
Now that this issue has been fixed we can send these alerts to
team-X-mails-regular.
  • Loading branch information
igorribeiroduarte authored and vladzcloudius committed Dec 14, 2023
1 parent 9f5e659 commit 2488371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible-scylla-monitoring/templates/rule_config.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ route:
routes:
- match:
severity: "warn"
receiver: team-X-mails-urgent
receiver: team-X-mails-regular
- match:
severity: "error"
receiver: team-X-mails-urgent
Expand Down

0 comments on commit 2488371

Please sign in to comment.