monitoring/conf/alertmanager/alertmanager.tmpl

17 lines
418 B
Cheetah
Raw Normal View History

2022-04-22 20:16:39 +02:00
global:
templates:
- /etc/alertmanager/templates/*.tmpl
route:
group_wait: 10s
group_interval: 30s
repeat_interval: 30m
group_by: [alertname, instance]
receiver: telegram
receivers:
- name: telegram
telegram_configs:
- bot_token: BOT_TOKEN
chat_id: CHAT_ID
api_url: https://api.telegram.org
parse_mode: 'HTML'
message: '{{ template "telegram.custom.message" .}}'