Skip to content

Commit

Permalink
ansible-scylla-monitoring: Updates SMTP server used by default
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Benzecri <[email protected]>
  • Loading branch information
ebenzecri authored and vladzcloudius committed Nov 7, 2023
1 parent 85f20f8 commit c84fb78
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 @@ -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 }}
Expand Down

0 comments on commit c84fb78

Please sign in to comment.