From 5a16e373a76f94fdc0fe62d6778205d34ae9271d Mon Sep 17 00:00:00 2001 From: louis Date: Tue, 5 Jan 2016 20:52:25 +0100 Subject: [PATCH] update simple config example for hipchat integration --- doc/examples/simple.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/examples/simple.yml b/doc/examples/simple.yml index 5f9cf8a3..dd76abb0 100644 --- a/doc/examples/simple.yml +++ b/doc/examples/simple.yml @@ -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: \ No newline at end of file + - service_key: +- name: 'team-X-hipchat' + hipchat_configs: + - auth_token: + room_id: 85 + message_format: html + notify: true