Loading deploy/config/alertmanager-tmpl.yml +4 −2 Original line number Diff line number Diff line route: continue: true receiver: 'slack' routes: - receiver: 'slack' continue: true - receiver: 'telegram' continue: true receivers: - name: 'slack' Loading @@ -16,5 +18,5 @@ receivers: telegram_configs: - bot_token: '${TELEGRAM_BOT_TOKEN}' chat_id: ${TELEGRAM_CHAT_ID} message: '{{ template "telegram.default.message" .}}' message: '{{ .CommonAnnotations.description }}' disable_notifications: ${TELEGRAM_DISABLE_NOTIFICATIONS} Loading
deploy/config/alertmanager-tmpl.yml +4 −2 Original line number Diff line number Diff line route: continue: true receiver: 'slack' routes: - receiver: 'slack' continue: true - receiver: 'telegram' continue: true receivers: - name: 'slack' Loading @@ -16,5 +18,5 @@ receivers: telegram_configs: - bot_token: '${TELEGRAM_BOT_TOKEN}' chat_id: ${TELEGRAM_CHAT_ID} message: '{{ template "telegram.default.message" .}}' message: '{{ .CommonAnnotations.description }}' disable_notifications: ${TELEGRAM_DISABLE_NOTIFICATIONS}