From aa8314e6c580ec193beac2a27ba35932167c5219 Mon Sep 17 00:00:00 2001 From: Igor Duarte Date: Wed, 6 Dec 2023 13:33:09 -0300 Subject: [PATCH] rule_config.yml.j2: Send warn alerts to team-X-mails-regular We were temporarily sending warn alerts to team-X-mails-urgent due to the following issue -> https://github.com/scylladb/scylla-monitoring/issues/2101. Now that this issue has been fixed we can send these alerts to team-X-mails-regular. --- ansible-scylla-monitoring/templates/rule_config.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible-scylla-monitoring/templates/rule_config.yml.j2 b/ansible-scylla-monitoring/templates/rule_config.yml.j2 index 0b77d89a..a37a6b53 100644 --- a/ansible-scylla-monitoring/templates/rule_config.yml.j2 +++ b/ansible-scylla-monitoring/templates/rule_config.yml.j2 @@ -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