Telegram Notifications
To enable Telegram notifications you need to create and authorize a telegram bot and set the appropriate configuration properties for auth-token and chat-id.
| Property |
|---|
spring.boot.admin.notify.telegram.api-urlbase url for telegram (i.e. https://api.telegram.org)
|
spring.boot.admin.notify.telegram.chat-idUnique identifier for the target chat or username of the target channel
|
spring.boot.admin.notify.telegram.enabledEnables the notification.
|
spring.boot.admin.notify.telegram.message
|
spring.boot.admin.notify.telegram.auth-tokenThe token identifying und authorizing your Telegram bot (e.g. `123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11`)
|
spring.boot.admin.notify.telegram.parse-modeSend Markdown or HTML, if you want Telegram apps to show bold, italic, fixed-width text or inline URLs in your bot's message.
|
spring.boot.admin.notify.telegram.disable-notifyIf true users will receive a notification with no sound.
|
spring.boot.admin.notify.telegram.ignore-changesList of changes to ignore. Must be in Format OLD:NEW, for any status use * as wildcard, e.g. *:UP or OFFLINE:*
|