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 8cd6b7c commit 09789deCopy full SHA for 09789de
check_mk_telegram-notify.sh
@@ -92,7 +92,7 @@ else
92
MESSAGE+="${NOTIFY_HOSTOUTPUT}%0A"
93
fi
94
MESSAGE+="%0AIPv4: ${NOTIFY_HOST_ADDRESS_4} %0AIPv6: ${NOTIFY_HOST_ADDRESS_6}%0A"
95
-MESSAGE+="${NOTIFY_SHORTDATETIME}"
+MESSAGE+="${NOTIFY_SHORTDATETIME} | ${OMD_SITE}"
96
97
# Send message to Telegram bot
98
curl -S -X POST "https://api.telegram.org/bot${TOKEN}/sendMessage" -d chat_id="${CHAT_ID}" -d text="${MESSAGE}"
0 commit comments