RocketChat Notifications
To enable Rocket.Chat notifications you need a personal token access and create a room to send message with this token
| Property |
|---|
spring.boot.admin.notify.rocketchat.urlHost URL for RocketChat server
|
spring.boot.admin.notify.rocketchat.tokenToken for RocketChat API
|
spring.boot.admin.notify.rocketchat.enabledEnables the notification.
|
spring.boot.admin.notify.rocketchat.message
|
spring.boot.admin.notify.rocketchat.room-idRoom Id to send message
|
spring.boot.admin.notify.rocketchat.user-idUser Id for RocketChat API
|
spring.boot.admin.notify.rocketchat.ignore-changesList of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|