Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 617 Bytes

File metadata and controls

17 lines (14 loc) · 617 Bytes
sidebar_custom_props
icon
notifications

import metadata from "@sba/spring-boot-admin-server/target/classes/META-INF/spring-configuration-metadata.json"; import { PropertyTable } from "@sba/spring-boot-admin-docs/src/site/src/components/PropertyTable";

Hipchat Notifications

To enable Hipchat notifications you need to create an API token on your Hipchat account and set the appropriate configuration properties.

<PropertyTable title="Hipchat notifications configuration options" properties={metadata.properties} filter={['notify.hipchat']} includeOnly={true} />