Mattermost Notifications
To enable Mattermost notifications you need to add a bot account under integrations on your Mattermost server and configure it appropriately.
| Property |
|---|
spring.boot.admin.notify.mattermost.api-urlAPI url for Mattermost (i.e. https://example.mattermost.com/api/v4/posts)
|
spring.boot.admin.notify.mattermost.enabledEnables the notification.
|
spring.boot.admin.notify.mattermost.message
|
spring.boot.admin.notify.mattermost.channel-idOptional channel name without # sign (i.e. h616jh436pysjpopp3259mhwxc)
|
spring.boot.admin.notify.mattermost.ignore-changesList of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|
spring.boot.admin.notify.mattermost.bot-access-tokenBot access token (i.e. dufc8q78hjgeccwsfhe37pcq1w)
|