Checkmk Telegram Notify Versions Save

Get alerted by Check_MK via Telegram bash script

v1.5.0

5 months ago

In this release, thanks to contribution #14, the use of custom user attributes and macros is adapted. This makes it very easy to send Telegram messages to different Telegram users, even in combination with Telegram groups.

v1.4.2

2 years ago

In this release, the name of the OMD site has been added to the Telegram output. This is a useful addition when multiple Check_MK instances are used to see which instance sent the notification.

v1.4.1

2 years ago

Bugfix: Little warning on line 29 (unary operator) fixed https://github.com/filipnet/checkmk-telegram-notify/issues/8

v1.4.0

2 years ago

Thanks to contribution https://github.com/filipnet/checkmk-telegram-notify/pull/7 now the checkmk-telegram-notify module has additionally emojis according to notification state for better user experience.

v1.3.1

3 years ago

Compatibility with Check_MK version 2.0.0 tested, adaptation of the documentation for configuration with the new dashboard layout.

v1.3.0

3 years ago

The current version of this script allows you to optionally enable IP anonymization. This gives you the option to comply with your own privacy policy or the recommendations of data protection authorities in certain countries if they prohibit the transmission of the full IP address. This masks IPv4 and IPv6 IP addresses before they are transmitted in a message to the Telegram service.

v1.2.0

3 years ago

In this release, thanks to a contribution https://github.com/filipnet/checkmk-telegram-notify/pull/4 by @ThomasKaiser, writes to a temporary file have been replaced and script now only uses the variables already passed by Check_MK. This prevents the vulnerability by temporary files. Error handling was also added to the script and a bug was fixed.

v1.1.0

3 years ago

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.

v1.0.0

3 years ago

Initial version of the Telegram Notification Script with a separate XML file for the Telegram Token and Chat ID.