Skip to content

Commit 90a1d18

Browse files
committed
documentation
1 parent cc3ac67 commit 90a1d18

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Check_MK Telegram notification
2-
<img src="images/telegram_notification_example.png" alt="Telegram notification example" width="400" align="right"/>
3-
Telegram has long been one of my real-time communication media. It is obvious to output monitoring messages for server and network components as alarm messages. There are several scripts for this on the internet, but most of them are written in Python, many of them have problems with Python3 and its libraries. Instead of spending hours and hours with Python, I decided to use a scripting language I know and write a Linux Bash script for it.
2+
<img src="images/logo.png" alt="Telegram notification example" width="300" align="right" hspace="30" vspace="20"/>
3+
Telegram has long been one of my real-time communication media. It is obvious to output monitoring messages for server and network components as alarm messages. There are several scripts for this on the internet, but most of them are written in Python, many of them have problems with Python3 and its libraries. Instead of spending hours and hours with Python, I decided to use a scripting language I know and write a Linux Bash script for it.
44

55
The following Script is for Check_MK, I have used it exclusively with the RAW version 1.6.0_p18.
66

77
<!-- TOC -->
88

99
- [Check_MK Telegram notification](#check_mk-telegram-notification)
1010
- [LATEST UPDATE](#latest-update)
11+
- [EXAMPLE](#example)
1112
- [REQUIREMENTS](#requirements)
1213
- [INSTALLATION](#installation)
1314
- [CHECK_MK CONFIGURATION](#check_mk-configuration)
@@ -18,6 +19,11 @@ The following Script is for Check_MK, I have used it exclusively with the RAW ve
1819
## LATEST UPDATE
1920
The Telegram token (API key) and the chat/group ID are no longer stored in a separate XML file and instead are passed directly by Check_MK as parameters. This offers the possibility to create several notification groups and to use the script universally.
2021

22+
## EXAMPLE
23+
Notifications are usually sent via a Telegram group. Here is an example of how a Telegram notification is structured.
24+
25+
<img src="images/telegram_notification_example.png" alt="Telegram notification example" width="400"/>
26+
2127
## REQUIREMENTS
2228
In order for Check_MK to send alerts (notifications) to the Telegram Messenger, we need
2329

images/logo.png

78.4 KB
Loading

images/logo.psd

1.01 MB
Binary file not shown.

0 commit comments

Comments
 (0)