Skip to content

Releases: filipnet/checkmk-telegram-notify

v1.5.0

07 Dec 15:10
Compare
Choose a tag to compare

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

25 Sep 22:49
Compare
Choose a tag to compare

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

09 Sep 14:58
Compare
Choose a tag to compare

Bugfix: Little warning on line 29 (unary operator) fixed
#8

v1.4.0

09 Sep 10:52
Compare
Choose a tag to compare

Thanks to contribution #7 now the checkmk-telegram-notify module has additionally emojis according to notification state for better user experience.

v1.3.1

17 May 15:59
Compare
Choose a tag to compare

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

v1.3.0

29 Apr 12:04
Compare
Choose a tag to compare

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

15 Apr 17:36
b5bc825
Compare
Choose a tag to compare

In this release, thanks to a contribution #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

16 Mar 05:07
Compare
Choose a tag to compare

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

16 Mar 04:10
32af936
Compare
Choose a tag to compare

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