Hipchat Notifications
To enable Hipchat notifications you need to create an API token on your Hipchat account and set the appropriate configuration properties.
Property | Description |
---|---|
spring.boot.admin.notify.hipchat.url | Base URL for HipChat API (i.e. https://ACCOUNT_NAME.hipchat.com/v2
|
spring.boot.admin.notify.hipchat.notify | TRUE will cause OS notification, FALSE will only notify to room
|
spring.boot.admin.notify.hipchat.enabled | Enables the notification.
|
spring.boot.admin.notify.hipchat.room-id | Id of the room to notify
|
spring.boot.admin.notify.hipchat.auth-token | API token that has access to notify in the room
|
spring.boot.admin.notify.hipchat.description | Trigger description. SpEL template using event as root;
|
spring.boot.admin.notify.hipchat.ignore-changes | List of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|