- 30 May, 2016 2 commits
-
-
Johannes Edmeier authored
closes #201
-
Johannes Edmeier authored
fixes #202
-
- 12 May, 2016 1 commit
-
-
Johannes Edmeier authored
From Spring Cloud Brixton on, the PreDecorationFilter doesn't pass sensitive headers downstream. So the ZuulProperties from the ApplicationContext needs to be used (instead of creating a new instance), so that the properties can be customized.
-
- 04 May, 2016 1 commit
-
-
Johannes Edmeier authored
-
- 27 Apr, 2016 2 commits
-
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Update to Spring Cloud Brixton and add the concept of ServiceInstanceConverters. A ServiceConverter is used to convert discovered ServiceInstances to Applications. The old converter and one for Eureka is provided. It is also possible to provide your own implementation. closes #154
-
- 13 Apr, 2016 1 commit
-
-
dobo authored
-
- 30 Mar, 2016 1 commit
-
-
Sebastian Meiser authored
added CompositeNotifier to allow for multiple notifiers. Only used when multiple notifiers are configured and no primary notifier is already configured.
-
- 24 Mar, 2016 1 commit
-
-
Sebastian Meiser authored
changed HipchatNotifierConfiguration to be a static class, otherwise application context doesn't start up when hipchat notification is enabled.
-
- 14 Mar, 2016 1 commit
-
-
ukjbrown authored
-
- 28 Feb, 2016 1 commit
-
-
Johannes Edmeier authored
The RemindingNotifier sends periodic notifications using a delegate. It must be added explicitly to the ApplicationContext
-
- 14 Feb, 2016 1 commit
-
-
Johannes Edmeier authored
The polling in the UI is replaced with server side events. Status changes are now reported immediately from the admin server to the UI.
-
- 15 Dec, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 13 Dec, 2015 2 commits
-
-
Johannes Edmeier authored
Cause it was often requested, now the context-path for the admin server is configurable. This allows to move the admin-ui and endpoints to other http- paths than "/". NOTE: I'd still advise not to add the admin to the application you want to monitor.
-
Johannes Edmeier authored
-
- 22 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
Spring Cloud Brixton hasn't been released yet, so to get the Spring Boot Admin release out. We downgrade to Spring Cloud Angel.SR3.
-
- 17 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 16 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
To not pollute the log with warnings when an app is offline log the exception with debug when the application status already was offline before the check. So only the first exception when the state changes to offline will be logged. closes #125
-
- 11 Nov, 2015 2 commits
-
-
Johannes Edmeier authored
To not accidentally expose senstive urls only expose whitelisted management-endpoints via the zuul proxy filter.
-
Johannes Edmeier authored
-
- 10 Nov, 2015 2 commits
-
-
Johannes Edmeier authored
Deriving from Spring Clouds ProxyRouteLocator has become too difficult. It would have required to either set fixed ZuulProperties or providing a DiscoveryClient. So we are shipping our own lean version of it. Since the PreDecorationFilter is tightly coupled to the ProxyRouteLocator we also have to use our own stripped down version. closes #123
-
Johannes Edmeier authored
-
- 09 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 08 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 01 Nov, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 31 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
Check if the status field is a String and don't propagate any Exception from the StatusUpdater, so that the application don't fail like in #120
-
- 30 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 26 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 23 Oct, 2015 1 commit
-
-
Johannes Edmeier authored
-
- 21 Oct, 2015 6 commits
-
-
Johannes Edmeier authored
Streamline the Hazelcast support with boot 1.3 and support storing events in hazelcast closes #113
-
Johannes Edmeier authored
-
Johannes Edmeier authored
Due to our use of @Conditionals on our @Configuration-classes the import must be deferred, so that the classes are processed after all other @Configuration-classes
-
Johannes Edmeier authored
remove logfileEndpoint rename logback.xml to logback-spring.xml in samples fixes #98
-
Johannes Edmeier authored
* Use @EventListener instead of ApplicationListener-interface * Don't inherit ClientApplicationEvent from ApplicationEvent - so JournaledEvent isn't needed anymore * added eclipse formatter rules * reformatted all files
-
Johannes Edmeier authored
Remove unecessary dependencies
-
- 14 Sep, 2015 1 commit
-
-
Johannes Stelzer authored
fixes #105
-
- 30 May, 2015 3 commits
-
-
Johannes Stelzer authored
The mail notification is enabled if a mailSender is present specified via spring.mail.* properties. On default the mail is sent to root@localhost and the chages from UNKNOWN to UP are ignored.
-
Johannes Stelzer authored
Added a simple event journal, jorunaling all ClientApplicationEvents using a simple, non-persistent store. So all information is lost after restart. Added corresponding view to UI.
-
Johannes Stelzer authored
The health-check is made at a fixed interval (default: 10s) for all expired status-information (default-lifetime: 30s). The application health-endpoint must either respond with a JSON-Body having a status-field or with an empty body and all 2xx-http-responses are interpreted as UP and every other status as DOWN.
-
- 26 May, 2015 1 commit
-
-
Johannes Stelzer authored
-