Closed wlxgod closed 2 years ago
The url, password, and username shown in the image are correct
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.
Thank you very much!!! I have solved this problem!
Hello, when I run it with python as below, the server returns 405 error, have you ever encountered this?