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 ce82157 commit 8107d20Copy full SHA for 8107d20
check_mk_telegram-notify.sh
@@ -25,7 +25,7 @@ if [ -z ${NOTIFY_PARAMETER_2} ]; then
25
CHAT_ID="${NOTIFY_CONTACT_TELEGRAMCHAT}"
26
fi
27
else
28
- CHAT_ID="${NOTIFY_CONTACT_TELEGRAMCHAT}"
+ CHAT_ID="${NOTIFY_PARAMETER_2}"
29
30
31
# Privacy settings to anonymize/masking IP addresses
0 commit comments