From c84fb789df3d18d7478f23cb9214fc09481bc119 Mon Sep 17 00:00:00 2001 From: Eduardo Benzecri Date: Tue, 7 Nov 2023 11:37:39 -0300 Subject: [PATCH] ansible-scylla-monitoring: Updates SMTP server used by default Signed-off-by: Eduardo Benzecri --- 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 e9eae063..e07a7dfc 100644 --- a/ansible-scylla-monitoring/templates/rule_config.yml.j2 +++ b/ansible-scylla-monitoring/templates/rule_config.yml.j2 @@ -54,7 +54,7 @@ receivers: email_configs: - to: {{ alerts_receiver_email }} from: {{ alerts_sender_email }} - smarthost: smtp.gmail.com:587 + smarthost: smtp-relay.gmail.com:587 auth_username: {{ alerts_sender_email }} auth_identity: {{ alerts_sender_email }} auth_password: {{ alerts_sender_password }}