1. 24 Aug, 2015 2 commits
  2. 20 Aug, 2015 1 commit
  3. 19 Aug, 2015 1 commit
  4. 03 Aug, 2015 1 commit
  5. 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.
  6. 17 Jul, 2015 1 commit
  7. 14 Jul, 2015 1 commit
  8. 29 Jun, 2015 1 commit
  9. 28 Jun, 2015 1 commit
  10. 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.
  11. 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.
  12. 20 May, 2015 1 commit
  13. 12 May, 2015 1 commit
  14. 04 May, 2015 2 commits
  15. 26 Apr, 2015 1 commit
  16. 20 Apr, 2015 1 commit
  17. 17 Apr, 2015 2 commits
  18. 16 Apr, 2015 1 commit
  19. 13 Apr, 2015 1 commit
  20. 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
  21. 22 Mar, 2015 1 commit
  22. 18 Mar, 2015 2 commits
  23. 07 Mar, 2015 1 commit