Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to use spring-boot-admin for non Spring Boot Project? #504

Closed
jeff-leo opened this issue Jul 24, 2017 · 2 comments
Closed

how to use spring-boot-admin for non Spring Boot Project? #504

jeff-leo opened this issue Jul 24, 2017 · 2 comments

Comments

@jeff-leo
Copy link

No description provided.

@joshiste
Copy link
Collaborator

joshiste commented Jul 24, 2017

For non-boot applications you can only get health-monitoring. For this you need to do a POST request to /api/applications containing an json-object with the fields name and healthUrl.

Or you need to implement http endpoints compatible to the spring-boot-actuator's endpoints ...

@omertopuz
Copy link

I have tried /api/applications endpoint but it fails. I think /instances endpoint should be used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants