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
1 changed files with 2 additions and 2 deletions

View File

@ -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$"
}
}
```