DingTalk Notifications
To enable DingTalk notifications you need to create and authorize a dingtalk bot and set the appropriate configuration properties for webhookUrl and secret.
| Property |
|---|
spring.boot.admin.notify.dingtalk.secretSecret for DingTalk.
|
spring.boot.admin.notify.dingtalk.enabledEnables the notification.
|
spring.boot.admin.notify.dingtalk.message
|
spring.boot.admin.notify.dingtalk.webhook-urlWebhook URI for the DingTalk API.
|
spring.boot.admin.notify.dingtalk.ignore-changesList of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|