example: add HA config file
This commit is contained in:
parent
98101f3868
commit
dd7a9277a6
|
@ -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/'
|
Loading…
Reference in New Issue