From d7cdc5c0a1834727aa6074b7cc77079c0503ee45 Mon Sep 17 00:00:00 2001 From: Marianne Spiller Date: Sun, 12 Apr 2020 11:34:32 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c7e2062..c58ab48 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,8 @@ apply Notification "Host by Telegram" to Host { ``` #### Example Command Definitions +
+ object NotificationCommand "Notify Host By Telegram" ```ini object NotificationCommand "Notify Host By Telegram" { @@ -115,6 +117,11 @@ object NotificationCommand "Notify Host By Telegram" { } ``` +
+ +
+ object NotificationCommand "Notify Service By Telegram" + ```ini object NotificationCommand "Notify Service By Telegram" { import "plugin-notification-command" @@ -173,6 +180,9 @@ object NotificationCommand "Notify Service By Telegram" { } } ``` + +
+ #### Example Director config ![Icinga Director Config](img/Telegram_Notification_in_Icinga_Director.jpg)