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