Update README.md

This commit is contained in:
Marianne Spiller 2019-08-20 12:00:26 +02:00 committed by GitHub
parent 6f53571a42
commit 4f2c6a9239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,7 +107,7 @@ object NotificationCommand "Notify Host By Telegram" {
required = true required = true
value = "$notification.type$" value = "$notification.type$"
} }
"-v" = "$notification_logtosyslog$" "-v" = "$telegram_notification_logtosyslog$"
} }
} }
``` ```
@ -166,7 +166,7 @@ object NotificationCommand "Notify Service By Telegram" {
required = true required = true
value = "$service.display_name$" value = "$service.display_name$"
} }
"-v" = "$notification_logtosyslog$" "-v" = "$telegram_notification_logtosyslog$"
} }
} }
``` ```