Discord Notifications
To enable Discord notifications you need to create a webhook and set the appropriate configuration property.
Property | Description |
---|---|
spring.boot.admin.notify.discord.tts | If the message is a text to speech message. False by default.
|
spring.boot.admin.notify.discord.enabled | Enables the notification.
|
spring.boot.admin.notify.discord.message |
|
spring.boot.admin.notify.discord.username | Optional username. Default is set in Discord.
|
spring.boot.admin.notify.discord.avatar-url | Optional URL to avatar.
|
spring.boot.admin.notify.discord.webhook-url | Webhook URI for the Discord API (i.e. https://discordapp.com/api/webhooks/{webhook.id}/{webhook.token})
|
spring.boot.admin.notify.discord.ignore-changes | List of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|