codecentric's Spring Boot Admin =============================== [](https://www.apache.org/licenses/LICENSE-2.0.txt) [](https://travis-ci.org/codecentric/spring-boot-admin) [](https://coveralls.io/r/codecentric/spring-boot-admin) [](https://maven-badges.herokuapp.com/maven-central/de.codecentric/spring-boot-admin/) [](https://gitter.im/codecentric/spring-boot-admin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)  This community project provides an admin interface for [Spring Boot <sup>®</sup>](http://projects.spring.io/spring-boot/ "Official Spring-Boot website") applications. It provides the following features for registered application. * Show health status * Show details, like * JVM & memory metrics * Counter & gauge metrics * Datasource metrics * Cache metrics * Show build-info number * Follow and download logfile * View jvm system- & environment-properties * Support for Spring Cloud's postable /env- &/refresh-endpoint * Easy loglevel management (currently for Logback only) * Interact with JMX-beans * View thread dump * View traces * Hystrix-Dashboard integration * Download heapdump * Notification on status change (via e-mail, Slack, Hipchat, ...) * Event journal of status changes (non persistent) ## Getting Started [A quick guide](http://codecentric.github.io/spring-boot-admin/1.5.7/#getting-started) to get started can be found in our docs. There is also a <a href="https://goo.gl/2tRiUi" target="_blank">introductory talk availabe on YouTube</a>: <a href="https://goo.gl/2tRiUi" target="_blank"><img src="https://i.ytimg.com/vi/PWd9Q8_4OFo/maxresdefault.jpg" alt="Spring Boot® Admin - Monitoring and Configuring Spring Boot Applications at Runtime" width="240" height="135" border="10" /></a><br> **Spring Boot® Admin - Monitoring and Configuring Spring Boot Applications at Runtime** ## Getting Help Having trouble with codecentric's Spring Boot Admin? We’d like to help! * Check the [reference documentation](http://codecentric.github.io/spring-boot-admin/current/). * Ask a question on [stackoverflow.com](http://stackoverflow.com/questions/tagged/spring-boot-admin) - we monitor questions tagged with `spring-boot-admin`. * Ask for help in our [spring-boot-admin Gitter chat](https://gitter.im/codecentric/spring-boot-admin) * Report bugs at http://github.com/codecentric/spring-boot-admin/issues. ## Reference Guide [Version 1.5.7](http://codecentric.github.io/spring-boot-admin/1.5.7/) [Version 1.4.6](http://codecentric.github.io/spring-boot-admin/1.4.6/) [Version 1.3.7](http://codecentric.github.io/spring-boot-admin/1.3.7/) ## Trademarks and licenses The source code of codecentric's Spring Boot Admin is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0) Spring, Spring Boot and Spring Cloud are trademarks of [Pivotal Software, Inc.](https://pivotal.io/) in the U.S. and other countries. ## Screenshots  *Dashboard with desktop notifications*  *View application health, info and details*  *View metric counters and gauges*  *View logfile (with follow)*  *View and change Spring environment (via Spring Cloud)*  *Manage Logback logger levels*  *View and use JMX beans via jolokia*  *View thread dump*  *View http request traces*  *View Hystrix dashboard*  *View history of registered applications* ## Snapshot builds You can access snapshot builds from the sonatype repository: ```xml <snapshotRepository> <id>sonatype-nexus-snapshots</id> <name>Sonatype Nexus Snapshots</name> <url>https://oss.sonatype.org/content/repositories/snapshots/</url> </snapshotRepository> ``` ## Build In order to build spring-boot-admin you need to have node.js and npm on your `$PATH`. ```shell mvn clean package ```