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 | Description |
---|---|
spring.boot.admin.notify.dingtalk.secret | Secret for DingTalk.
|
spring.boot.admin.notify.dingtalk.enabled | Enables the notification.
|
spring.boot.admin.notify.dingtalk.message |
|
spring.boot.admin.notify.dingtalk.webhook-url | Webhook URI for the DingTalk API.
|
spring.boot.admin.notify.dingtalk.ignore-changes | List of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|