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
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.
20
+
17
21
## REQUIREMENTS
18
22
In order for Check_MK to send alerts (notifications) to the Telegram Messenger, we need
19
23
20
-
* a bot
24
+
* a Telegram bot
21
25
* a username for the bot
22
26
* an API token
23
-
* a chat ID
27
+
* a Telegram Chat- or Group-ID
24
28
25
29
There are a lot of good instructions for this on the Internet, so this is not part of this documentation.
26
30
27
-
Additionally for the XML-based configuration the command line tool ```xmllint``` is used, which requires the following packages on the Linux system:
0 commit comments