alertmanager.yml.j2 540 B

1234567891011121314151617181920
  1. global:
  2. # The root route on which each incoming alert enters.
  3. route:
  4. # default route if none match
  5. receiver: alert-buffer-wh
  6. # The labels by which incoming alerts are grouped together. For example,
  7. # multiple alerts coming in for cluster=A and alertname=LatencyHigh would
  8. # be batched into a single group.
  9. # TODO:
  10. group_by: []
  11. # All the above attributes are inherited by all child routes and can
  12. # overwritten on each.
  13. receivers:
  14. - name: alert-buffer-wh
  15. webhook_configs:
  16. - url: http://localhost:9099/topics/alerts