example: add HA config file

This commit is contained in:
Fabian Reinartz 2016-08-31 12:02:16 +02:00
parent 98101f3868
commit dd7a9277a6
1 changed files with 13 additions and 0 deletions

View 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/'