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.
2 parents 09789de + 4dc9fd5 commit c2d715dCopy full SHA for c2d715d
check_mk_telegram-notify.sh
@@ -80,6 +80,8 @@ case "${STATE}" in
80
;;
81
esac
82
83
+# The emoji should be displayed with emoji presentation
84
+EMOJI+=$'\xEF\xB8\x8F'
85
# Create a MESSAGE variable to send to your Telegram bot
86
MESSAGE="${NOTIFY_HOSTNAME} (${NOTIFY_HOSTALIAS})%0A"
87
MESSAGE+="${EMOJI} ${NOTIFY_WHAT} ${NOTIFY_NOTIFICATIONTYPE}%0A%0A"
0 commit comments