Update README.md
This commit is contained in:
parent
9e49e76e5c
commit
d7cdc5c0a1
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -63,6 +63,8 @@ apply Notification "Host by Telegram" to Host {
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example Command Definitions
|
#### Example Command Definitions
|
||||||
|
<details>
|
||||||
|
<summary>object NotificationCommand "Notify Host By Telegram"</summary>
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
object NotificationCommand "Notify Host By Telegram" {
|
object NotificationCommand "Notify Host By Telegram" {
|
||||||
|
@ -115,6 +117,11 @@ object NotificationCommand "Notify Host By Telegram" {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
|
<details>
|
||||||
|
<summary>object NotificationCommand "Notify Service By Telegram"</summary>
|
||||||
|
|
||||||
```ini
|
```ini
|
||||||
object NotificationCommand "Notify Service By Telegram" {
|
object NotificationCommand "Notify Service By Telegram" {
|
||||||
import "plugin-notification-command"
|
import "plugin-notification-command"
|
||||||
|
@ -173,6 +180,9 @@ object NotificationCommand "Notify Service By Telegram" {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
</details>
|
||||||
|
|
||||||
#### Example Director config
|
#### Example Director config
|
||||||
|
|
||||||
![Icinga Director Config](img/Telegram_Notification_in_Icinga_Director.jpg)
|
![Icinga Director Config](img/Telegram_Notification_in_Icinga_Director.jpg)
|
||||||
|
|
Loading…
Reference in a new issue