Loading deploy/config/alertmanager-tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ receivers: api_url: https://api.telegram.org bot_token: '${TELEGRAM_BOT_TOKEN}' chat_id: ${TELEGRAM_CHAT_ID} message: '{{ .CommonAnnotations.description }}' message: '{{ template "telegram.default.message" .}}' parse_mode: '${TELEGRAM_PARSE_MODE}' disable_notifications: ${TELEGRAM_DISABLE_NOTIFICATIONS} Loading
deploy/config/alertmanager-tmpl.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,6 @@ receivers: api_url: https://api.telegram.org bot_token: '${TELEGRAM_BOT_TOKEN}' chat_id: ${TELEGRAM_CHAT_ID} message: '{{ .CommonAnnotations.description }}' message: '{{ template "telegram.default.message" .}}' parse_mode: '${TELEGRAM_PARSE_MODE}' disable_notifications: ${TELEGRAM_DISABLE_NOTIFICATIONS}