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 committed Dec 8, 2023
1 parent a31e1f8 commit aa8314e
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 aa8314e

Please sign in to comment.