Hi All,

I need a help as my alertmanager sending duplicate alert( for 1 alert 3 
notification) to webhook receiver when we set alertmanager replica to 3 but 
when I put alertmanager replica 1 it is sending one notofication.

Please let me know if anyone faced similar issue.


Alertmanager configuration:

global:
  resolve_timeout: 5m
route:
  receiver: 'webhook_receiver'
  group_wait: 30s
  group_interval: 10h
  repeat_interval: 24h
  routes:
  - receiver: 'webhook_receiver'
    match_re:
      alertname: NodedownAlert|ServiceDown
    group_wait: 30s
    group_interval: 10h
    repeat_interval: 24h
    group_by: ['description']
receivers:
  - name: webhook_receiver
    webhook_configs:
      - send_resolved: true
        url: 
http://prometheus-webhook.monitoring:8080/v1/webhook?group=operation

templates:
  - '/etc/alertmanager/config/notification.tmpl'

Thanks
Nabarun Sen

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/7303442d-ce86-45ad-8393-1fbe5215b19do%40googlegroups.com.

Reply via email to