You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
3
+
4
+
The following Script is for Check_MK, I have used it exclusively with the RAW version 1.6.0_p18.
5
+
6
+
## INSTALLATION
7
+
Change to your Check_MK site user
8
+
```
9
+
su - mysite
10
+
```
11
+
12
+
Change to the notification directory
13
+
```
14
+
cd ~/local/share/check_mk/notifications/
15
+
```
16
+
17
+
Download the Telegram notify script from Git repository
0 commit comments