AlertmanagerRocketChat icon indicating copy to clipboard operation
AlertmanagerRocketChat copied to clipboard

Multiple channels configured in alertmanager won't work?

Open Ranchester opened this issue 6 years ago • 0 comments

I want to connect this plugin to multiple RocketChat channels, by alert severity.

I tried:

route:
   repeat_interval: 4h
   group_interval: 10m
   receiver: warning_alerts

   routes:
   - match:
          severity: critical
    receiver: critical_alerts

receivers:
   - name: 'warning_alerts'
      webhook_configs:
         - send_resolved: true
            url: 'MYCHATURL/hooks/MYTOKEN
   - name: 'critical_alerts'
      webhook_configs:
         - send_resolved: true
            url: 'MYCHATURL/hooks/MYTOKEN2

This does not seem to work? Should it work?

br. Ranchester

Ranchester avatar Feb 15 '19 07:02 Ranchester