alertmanager: use a secret for the config

This commit is contained in:
Frederic Branczyk
2017-03-09 09:16:07 +01:00
parent cf5f99793b
commit e69a6f69ec
3 changed files with 20 additions and 16 deletions

View File

@@ -0,0 +1,12 @@
global:
resolve_timeout: 5m
route:
group_by: ['job']
group_wait: 30s
group_interval: 5m
repeat_interval: 12h
receiver: 'webhook'
receivers:
- name: 'webhook'
webhook_configs:
- url: 'http://alertmanagerwh:30500/'