Skip to content

Commit 79f87a8

Browse files
authored
Update check_mk_telegram-notify.sh
1 parent a135b0f commit 79f87a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

check_mk_telegram-notify.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Script Name : check_mk_telegram-notify.sh
55
# Description : Send Check_MK notifications by Telegram
6-
# Author : https://github.com/filipnet/telegram
6+
# Author : https://github.com/filipnet/checkmk-telegram-notify
77
# License : BSD 3-Clause "New" or "Revised" License
88
# ======================================================================================
99

@@ -53,4 +53,4 @@ MESSAGE+="$SHORTDATETIME"
5353
curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" -d chat_id=$CHAT_ID -d text="$MESSAGE" >> /dev/null
5454

5555
# End of script
56-
exit 0
56+
exit 0

0 commit comments

Comments
 (0)