Closed KeyboardDabbler closed 3 years ago
it would be nice to receive a notification to my telegram bot, the same way that you currently send email notifications.
I use something similar in a bash script if it helps.
api="**********************" groupid="-*********" testport1=8112 curl -s -X POST https://api.telegram.org/bot$api/sendMessage -d chat_id="$groupid" -d text="$testport1 : is down"
it would be nice to receive a notification to my telegram bot, the same way that you currently send email notifications.
I use something similar in a bash script if it helps.