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