From 4f2c6a9239e98e60cc2f09c49f23e388dc4398b5 Mon Sep 17 00:00:00 2001 From: Marianne Spiller Date: Tue, 20 Aug 2019 12:00:26 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70e6a78..a05d7fa 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ object NotificationCommand "Notify Host By Telegram" { required = true value = "$notification.type$" } - "-v" = "$notification_logtosyslog$" + "-v" = "$telegram_notification_logtosyslog$" } } ``` @@ -166,7 +166,7 @@ object NotificationCommand "Notify Service By Telegram" { required = true value = "$service.display_name$" } - "-v" = "$notification_logtosyslog$" + "-v" = "$telegram_notification_logtosyslog$" } } ```