update simple config example for hipchat integration

This commit is contained in:
louis 2016-01-05 20:52:25 +01:00
parent 23db37dc98
commit 5a16e373a7
1 changed files with 11 additions and 1 deletions

View File

@ -2,6 +2,10 @@ global:
# The smarthost and SMTP sender used for mail notifications.
smtp_smarthost: 'localhost:25'
smtp_from: 'alertmanager@example.org'
# The auth token for Hipchat.
hipchat_auth_token: '1234556789'
# Alternative host for Hipchat.
hipchat_url: 'https://hipchat.foobar.org/'
# The directory from which notification templates are read.
templates:
@ -114,4 +118,10 @@ receivers:
- name: 'team-DB-pager'
pagerduty_configs:
- service_key: <team-DB-key>
- service_key: <team-DB-key>
- name: 'team-X-hipchat'
hipchat_configs:
- auth_token: <auth_token>
room_id: 85
message_format: html
notify: true