Table 6. Pagerduty notifications configuration options
Property name | Description | Default value |
---|---|---|
spring.boot.admin.notify.pagerduty.enabled | Enable mail notifications | true |
spring.boot.admin.notify.pagerduty.ignore-changes | Comma-delimited list of status changes to be ignored. Format: "<from-status>:<to-status>". Wildcards allowed. | "UNKNOWN:UP" |
spring.boot.admin.notify.pagerduty.service-key | Service-key to use for Pagerduty | |
spring.boot.admin.notify.pagerduty.url | The Pagerduty-rest-api url | "https://events.pagerduty.com/generic/2010-04-15/create\_event.json" |
spring.boot.admin.notify.pagerduty.description | Description to use in the event. SpEL-expressions are supported | "#{application.name}/#{application.id} is #{to.status}" |
spring.boot.admin.notify.pagerduty.client | Client-name to use in the event | |
spring.boot.admin.notify.pagerduty.client-url | Client-url to use in the event |