From 85f20f8921b1d60c82107c598c40c98d2f033313 Mon Sep 17 00:00:00 2001 From: Vlad Zolotarov Date: Thu, 26 Oct 2023 17:10:42 -0400 Subject: [PATCH] rule_config.yml.j2: Make 'warn' severity generate URGENT email for now We need it till Amnon merges the PR that makes InstanceDown an 'error'. Right now it's 'warning'. Signed-off-by: Vlad Zolotarov --- ansible-scylla-monitoring/templates/rule_config.yml.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible-scylla-monitoring/templates/rule_config.yml.j2 b/ansible-scylla-monitoring/templates/rule_config.yml.j2 index bf756395..e9eae063 100644 --- a/ansible-scylla-monitoring/templates/rule_config.yml.j2 +++ b/ansible-scylla-monitoring/templates/rule_config.yml.j2 @@ -73,6 +73,9 @@ route: - match: severity: "3" receiver: team-X-mails-urgent + - match: + severity: "warn" + receiver: team-X-mails-urgent - match: severity: "error" receiver: team-X-mails-urgent