We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a135b0f commit 79f87a8Copy full SHA for 79f87a8
check_mk_telegram-notify.sh
@@ -3,7 +3,7 @@
3
#
4
# Script Name : check_mk_telegram-notify.sh
5
# Description : Send Check_MK notifications by Telegram
6
-# Author : https://github.com/filipnet/telegram
+# Author : https://github.com/filipnet/checkmk-telegram-notify
7
# License : BSD 3-Clause "New" or "Revised" License
8
# ======================================================================================
9
@@ -53,4 +53,4 @@ MESSAGE+="$SHORTDATETIME"
53
curl -s -X POST "https://api.telegram.org/bot$TOKEN/sendMessage" -d chat_id=$CHAT_ID -d text="$MESSAGE" >> /dev/null
54
55
# End of script
56
-exit 0
+exit 0
0 commit comments