How do I set a URL with a custom port as a health check in a load balancer monitor?
I get “Invalid URL Path” message when I try.
How do I set a URL with a custom port as a health check in a load balancer monitor?
I get “Invalid URL Path” message when I try.
Currently load balancers only list on port 80 or 443. You could set up a virtual server to listen on that port and return status (from script or another source) for the resource you want to monitor.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
Heh… this is no longer the case. You can now do TCP health checks on other ports.