Hipchat Notifications
To enable Hipchat notifications you need to create an API token on your Hipchat account and set the appropriate configuration properties.
| Property |
|---|
spring.boot.admin.notify.hipchat.urlBase URL for HipChat API (i.e. https://ACCOUNT_NAME.hipchat.com/v2
|
spring.boot.admin.notify.hipchat.notifyTRUE will cause OS notification, FALSE will only notify to room
|
spring.boot.admin.notify.hipchat.enabledEnables the notification.
|
spring.boot.admin.notify.hipchat.message
|
spring.boot.admin.notify.hipchat.room-idId of the room to notify
|
spring.boot.admin.notify.hipchat.auth-tokenAPI token that has access to notify in the room
|
spring.boot.admin.notify.hipchat.ignore-changesList of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|