1. 07 Aug, 2016 1 commit
  2. 15 Jul, 2016 2 commits
  3. 10 Jul, 2016 1 commit
  4. 27 Apr, 2016 1 commit
  5. 02 Mar, 2016 2 commits
    • Add spring.boot.admin.auto-registration property · 84cfa693
      Johannes Edmeier authored
      This commit contains multiple changes:
       - Start the registration task after the ApplicationReady event. This makes
         AdminClientProperties.isReady() unnecessary.
       - The RegistarApplicationListener has two new public methods to start/stop the
         periodic registration task.
       - Add spring.boot.admin.auto-registration property (default: true). When this
         property is set the registration task is automatically scheduled after the
         ApplicationReadyEvent.
      
      closes #151
  6. 25 Feb, 2016 1 commit
  7. 16 Feb, 2016 1 commit
    • Add spring.boot.admin.client.enabled property · 45a19cd4
      Robert Winkler authored
      Add spring.boot.admin.client.enabled property to explicitly disable the
      spring-boot-admin-client, (e.g. for unit tests). Defaults to true. The client is
      active when spring.boot.admin.client.enabled is true and spring.boot.admin.url
      is set.
      
      fixes #156
  8. 10 Jan, 2016 1 commit
    • Add option for fallback servers to register at · 25b3e509
      Johannes Edmeier authored
      In case you have clustered admin servers, you can now specify multiple urls for
      the client to register at. So that in the case the first server is down it will
      register at the next one specified in the list. This allows you to do cluster-
      ing without the need for a load-balanced host.
  9. 09 Dec, 2015 1 commit
    • Consider servlet-path for guessing management-url · a0ffe33a
      Johannes Edmeier authored
      Take the servlet-path into account when computing the management-/healht-url.
      This is not done for the service-url, since the main use-case for setting the
      servlet-path is to get the dispatcher-servlet out of the way for other servlets.
      
      fixes #133
  10. 21 Oct, 2015 3 commits
  11. 30 Sep, 2015 1 commit
    • Add spring.boot.admin.client.preferIp · 7fe777db
      Johannes Stelzer authored
      In conjuntion with server.address / management.address this plays more nicely with interfaces with multiple ipAdrresses. Also remove spring.boot.admin.client.useAddressOf.
      
      fixes #112
  12. 24 Aug, 2015 1 commit
  13. 21 Jul, 2015 1 commit
    • Be a bit more lenient to model changes. · e0768a00
      Johannes Stelzer authored
      There is currently a problem if the Admin Client has version 1.2.0 and the Admin Server has version 1.2.1 due to changes to the model. The server is able to handle the old format but the client is not able to handle the new Format. To prevent this problem in future the response is not deserialized. Only the needed inforamtion (the id) is exctracted.
  14. 29 Jun, 2015 1 commit
  15. 30 May, 2015 1 commit
    • Added serverside health-checking. As prerequisite for mail-notification. · 0a931384
      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.
  16. 22 May, 2015 1 commit
    • Option to use ip-address of network-interface instead of hostname · 4ac7ea82
      Johannes Stelzer authored
      If `spring.boot.admin.client.useIpAdressOf=<network-interface>` is set properly the ip-address of the specified network-interface is used in the inferenced url to register with.
      In case the address cannot be determined an exception is thrown and the client won't register.
      This is for example useful in Docker environments making the inferenced urls work.
  17. 12 May, 2015 1 commit
  18. 04 May, 2015 1 commit
  19. 26 Apr, 2015 1 commit
  20. 20 Apr, 2015 1 commit
  21. 17 Apr, 2015 1 commit
  22. 16 Apr, 2015 1 commit
  23. 13 Apr, 2015 1 commit
  24. 12 Apr, 2015 1 commit
    • Rework default management-url computation. · 45d44aa8
      Johannes Stelzer authored
      This change not only allows you to use `context-path` and `contextPath` but also respects automatic port assignment when using `server.port=0` or `managment.port=0`.
      Also corrects the value if server.port != mangement.port and server.context-path and management.server-path is set.
      fixes #57
  25. 18 Mar, 2015 1 commit
  26. 07 Mar, 2015 1 commit