Skip to content

Instantly share code, notes, and snippets.

View sanchpet's full-sized avatar

Aleksandr Petrov sanchpet

View GitHub Profile
@sanchpet
sanchpet / alertmanager.yml
Last active June 5, 2025 01:57
Telegram message template for Alertmanager & how to add it to your receiver in alertmanager.yml
receivers:
- name: 'Default'
telegram_configs:
- bot_token: <token>
api_url: https://api.telegram.org
chat_id: <chat_id>
message_thread_id: <message_thread_id> # for supergroups with threads
parse_mode: 'HTML'
message: '{{ template "telegram.message". }}'