Commit 265c3a61 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Corrige sintaxis de route, reduce mensaje telegram

parent d120245b
Loading
Loading
Loading
Loading
+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'
@@ -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}