Let’s Chat Notifications
To enable Let’s Chat notifications you need to add the host url and add the API token and username from Let’s Chat
| Property |
|---|
spring.boot.admin.notify.letschat.urlHost URL for Let´s Chat
|
spring.boot.admin.notify.letschat.roomName of the room
|
spring.boot.admin.notify.letschat.tokenToken for the Let´s chat API
|
spring.boot.admin.notify.letschat.enabledEnables the notification.
|
spring.boot.admin.notify.letschat.message
|
spring.boot.admin.notify.letschat.usernameusername which sends notification
|
spring.boot.admin.notify.letschat.ignore-changesList of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|