From 74f8605b2880da5f9343d10f00f9918466d52881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Mon, 7 Dec 2020 12:55:46 +0100 Subject: [PATCH] add missing required variable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub SokoĊ‚owski --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 60e97e7..cfb8d07 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,18 @@ The bare minimum should be: ```yml alertmanager_domain: 'alerts.example.org' alertmanager_admin_email: 'admin@example.org' + +# SMTP fallback +alertmanager_admin_email: 'admin@example.org' alertmanager_smtp_host: smtp.mail.example.org' alertmanager_smtp_from: 'alerts@example.org' alertmanager_smtp_user: 'secret-smtp-user' alertmanager_smtp_pass: 'secret-smtp-pass' +# VictorOps API alertmanager_victorops_api_key: 'secret-victorops-api-key' alertmanager_victorops_routing_key: 'alert-manager' +alertmanager_victorops_service_url: 'https://alert.victorops.com/integrations/generic/123123123/alert/' ``` Take note you will have to create an `alert-manager` routing rule in VictorOps.