Skip to content

Commit c250956

Browse files
committed
documentation
1 parent 79f87a8 commit c250956

6 files changed

+26
-1
lines changed

README.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
# Check_MK Telegram notification
2+
<img src="images/telegram_notification_example.png" alt="Telegram notification example" width="400" align="right"/>
23
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.
34

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

7+
<!-- TOC -->
8+
9+
- [Check_MK Telegram notification](#check_mk-telegram-notification)
10+
- [REQUIREMENTS](#requirements)
11+
- [INSTALLATION](#installation)
12+
- [CHECK_MK CONFIGURATION](#check_mk-configuration)
13+
- [LICENSE](#license)
14+
15+
<!-- /TOC -->
16+
617
## REQUIREMENTS
718
In order for Check_MK to send alerts (notifications) to the Telegram Messenger, we need
819

@@ -51,7 +62,21 @@ Now you can create your own alarm rules in Check_MK.
5162

5263
```WATO → Notifications → New Rule → Notification Method → Push Notification (using Telegram)```
5364

54-
No further settings are required for this.
65+
First create a clone of your existing mail notification rule
66+
67+
<img src="images/global_notification_rules_create_clone.png" alt="Create clone" width="600"/>
68+
69+
Change the description and select "Push Notification (by Telegram)", no further settings are required for this.
70+
71+
<img src="images/create_new_notification_rule_for_telegram.png" alt="Adjust settings" width="600"/>
72+
73+
If everything was ok, you will see your new Notification Rule afterwards
74+
75+
<img src="images/notification_configuration_change.png" alt="Final result" width="600"/>
76+
77+
To activate it you have to press "1 Change" and "Activate affected"
78+
79+
<img src="images/activate_affected.png" alt="Activate changes and commit" width="100"/>
5580

5681
## LICENSE
5782
checkmk-telegram-notify and all individual scripts are under the BSD 3-Clause license unless explicitly noted otherwise. Please refer to the LICENSE

images/activate_affected.png

878 Bytes
Loading
29.6 KB
Loading
11.3 KB
Loading
19.5 KB
Loading
50.3 KB
Loading

0 commit comments

Comments
 (0)