RocketChat Notifications
To enable Rocket.Chat notifications you need a personal token access and create a room to send message with this token
Property | Description |
---|---|
spring.boot.admin.notify.rocketchat.url | Host URL for RocketChat server
|
spring.boot.admin.notify.rocketchat.token | Token for RocketChat API
|
spring.boot.admin.notify.rocketchat.enabled | Enables the notification.
|
spring.boot.admin.notify.rocketchat.room-id | Room Id to send message
|
spring.boot.admin.notify.rocketchat.user-id | User Id for RocketChat API
|
spring.boot.admin.notify.rocketchat.ignore-changes | List of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|