Skip to content

Web UI for Spring Actuator based on Semantic UI and jQuery

Notifications You must be signed in to change notification settings

joergennoraas/spring-actuator-web-ui

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spring Actuator Web UI

Small status page for Spring Actuator. Spring Actuator Web UI used a combination of /actuator/info and /actuator/health to display the status.

Screenshot

Usage

Git clone, then copy all resources to src/main/resources/static

After that, change your Spring Actuator config to this:

management.endpoints.web.cors.allowed-origins=*
management.endpoints.web.cors.allowed-methods=GET

You might want to restrict the allowed-origins to allow only your domain name.

Configuration

If you want to change the icon in the page, add the following line to your application.properties:

info.app.icon=bicycle icon

For a list of supported icons, see the list here.

Demo

See the status page in action.

About

Web UI for Spring Actuator based on Semantic UI and jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 60.3%
  • JavaScript 34.1%
  • CSS 5.6%