Problems encountered during registration
wlxgod opened this issue · 3 comments
wlxgod commented
wlxgod commented
The url, password, and username shown in the image are correct
michaelyaakoby commented
Hi @wlxgod , the regitration_url
should be the URL of your SBA (spring-boot-admin), is the value of MONITOR_URL
is SBA's "/instances".
SBA exposes an endpoint for applications to register which is used by Pyctuator, so if your SBA is accessible via port 8080 of 1.2.3.4, the registration_url
should be http://1.2.3.4:8080/instances
.
You are getting 405 for "/monitor" so I suspect you are providing the wrong URL.
wlxgod commented
Thank you very much!!!
I have solved this problem!