Microsoft Teams Notifications
To enable Microsoft Teams notifications you need to set up a connector webhook url and set the appropriate configuration property.
| Property |
|---|
spring.boot.admin.notify.ms-teams.enabledEnables the notification.
|
spring.boot.admin.notify.ms-teams.theme-colorTheme Color is the color of the accent on the message that appears in Microsoft Teams. Default is Spring Green
|
spring.boot.admin.notify.ms-teams.webhook-urlWebhook url for Microsoft Teams Channel Webhook connector (i.e. ...{webhook-id})
|
spring.boot.admin.notify.ms-teams.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.ms-teams.message-summarySummary section of every Teams message originating from Spring Boot Admin
|
spring.boot.admin.notify.ms-teams.registered-titleTitle of the Teams message when an app registers
|
spring.boot.admin.notify.ms-teams.de-registered-titleTitle of the Teams message when an app de-registers
|
spring.boot.admin.notify.ms-teams.status-changed-titleTitle of the Teams message when an app changes status
|
spring.boot.admin.notify.ms-teams.status-activity-subtitleMessage will be used as title of the Activity section of the Teams message when an app changes status
|
spring.boot.admin.notify.ms-teams.register-activity-subtitleMessage will be used as title of the Activity section of the Teams message when an app registers
|
spring.boot.admin.notify.ms-teams.deregister-activity-subtitleMessage will be used as title of the Activity section of the Teams message when an app de-registers.
|