Microsoft Teams Notifications
To enable Microsoft Teams notifications you need to set up a connector webhook url and set the appropriate configuration property.
Property | Description |
---|---|
spring.boot.admin.notify.ms-teams.enabled | Enables the notification.
|
spring.boot.admin.notify.ms-teams.theme-color | Theme 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-url | Webhook url for Microsoft Teams Channel Webhook connector (i.e. ...{webhook-id})
|
spring.boot.admin.notify.ms-teams.ignore-changes | List 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-summary | Summary section of every Teams message originating from Spring Boot Admin
|
spring.boot.admin.notify.ms-teams.registered-title | Title of the Teams message when an app registers
|
spring.boot.admin.notify.ms-teams.de-registered-title | Title of the Teams message when an app de-registers
|
spring.boot.admin.notify.ms-teams.status-changed-title | Title of the Teams message when an app changes status
|
spring.boot.admin.notify.ms-teams.status-activity-subtitle | Message 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-subtitle | Message 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-subtitle | Message will be used as title of the Activity section of the Teams message when an app de-registers.
|