adding Prometheus configs

This commit is contained in:
Brian Christner 2017-02-21 13:38:27 +01:00
parent 15d0fd89b9
commit 63063da9ed
No known key found for this signature in database
GPG key ID: 8453AD0CB29591D1
4 changed files with 57 additions and 0 deletions

11
alertmanager/config.yml Normal file
View file

@ -0,0 +1,11 @@
route:
receiver: 'slack'
repeat_interval: 1m
receivers:
- name: 'slack'
slack_configs:
- send_resolved: true
username: 'vegasbrianc'
channel: '#notifications'
api_url: 'https://hooks.slack.com/services/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'