From efbc59cea94030735ddeaca3fa0f05718cf6a237 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Fri, 23 Apr 2021 15:23:59 -0400 Subject: [PATCH] Add to template for bootstrapping Alertmanager for containers This includes the use of SMTP from in the example, which is needed as part of the Alertmanager container bootstrap. --- alertmanager/common/crunchy-alertmanager.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/alertmanager/common/crunchy-alertmanager.yml b/alertmanager/common/crunchy-alertmanager.yml index 259e8fc3..da2dc54d 100644 --- a/alertmanager/common/crunchy-alertmanager.yml +++ b/alertmanager/common/crunchy-alertmanager.yml @@ -8,6 +8,7 @@ global: smtp_smarthost: 'localhost: 25' smtp_require_tls: false + smtp_from: 'Alertmanager ' # smtp_smarthost: 'smtp.example.com:587' # smtp_from: 'Alertmanager ' # smtp_auth_username: ''