Commit 47a4922a authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Permite a las alertas pasar por todos los receiver

parent c4e78d17
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@ route:

receivers:
  - name: 'slack'
    continue: true
    slack_configs:
      - send_resolved: true
        text: '{{ .CommonAnnotations.description }}'
@@ -15,6 +16,7 @@ receivers:
        channel: '${SLACK_CHANNEL}'
        api_url: '${SLACK_URL}'
  - name: 'telegram'
    continue: true
    telegram_configs:
      - bot_token: '${TELEGRAM_BOT_TOKEN}'
        chat_id: ${TELEGRAM_CHAT_ID}