prometheus alertmanager telegram alert
50K+
create bot by BotFather, get botToken
add bot to group, open web telegram to get this group chatid

replace 'botToken' and 'chatId' to actual value and run commmand
docker run -d --name alertmanager-telegram --restart always -e botToken="telegramBotToken" -e chatID="telegramChatID" -p 9165:9165 jrohy/alertmanager-telegram
add alertmanager webhook rule:
receivers:
- name: 'alert-webhook'
webhook_configs:
- url: http://xx.xx.xx.xx:9165/alert
send_resolved: true
Content type
Image
Digest
Size
57 MB
Last updated
over 7 years ago
docker pull jrohy/alertmanager-telegram