mirror of
https://github.com/prometheus/alertmanager
synced 2025-02-16 10:37:09 +00:00
update simple config example for hipchat integration
This commit is contained in:
parent
23db37dc98
commit
5a16e373a7
@ -2,6 +2,10 @@ global:
|
|||||||
# The smarthost and SMTP sender used for mail notifications.
|
# The smarthost and SMTP sender used for mail notifications.
|
||||||
smtp_smarthost: 'localhost:25'
|
smtp_smarthost: 'localhost:25'
|
||||||
smtp_from: 'alertmanager@example.org'
|
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.
|
# The directory from which notification templates are read.
|
||||||
templates:
|
templates:
|
||||||
@ -114,4 +118,10 @@ receivers:
|
|||||||
|
|
||||||
- name: 'team-DB-pager'
|
- name: 'team-DB-pager'
|
||||||
pagerduty_configs:
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user