mirror of
https://github.com/prometheus/alertmanager.git
synced 2026-02-05 15:45:34 +01:00
example: add HA config file
This commit is contained in:
13
examples/ha/alertmanager.yaml
Normal file
13
examples/ha/alertmanager.yaml
Normal file
@@ -0,0 +1,13 @@
|
||||
global:
|
||||
resolved_timeout: 1m
|
||||
|
||||
route:
|
||||
group_by: ['alertname']
|
||||
group_wait: 10s
|
||||
group_interval: 10s
|
||||
repeat_interval: 1h
|
||||
receiver: 'webhook'
|
||||
receivers:
|
||||
- name: 'webhook'
|
||||
webhook_configs:
|
||||
- url: 'http://127.0.0.1:5001/'
|
||||
Reference in New Issue
Block a user