I have a reverse web proxy that serves different pages based on url that is requested. I want to poll each node for https://PublicName/VirtualDir1 -> pulls from server 1 then https://PublicName/VirtualDir2 -> pulls from server 2, and it won't work with https://x.x.x.x/VirtualDir1-2
I have setup the monitor, but when I purposefully break the connectivity from one of the proxies to one of urls, the monitor still shows green (the broken node is out of the cluster). To test, I changed my host file so I pull from that node, it does not work; so I know I broke the access on that node, but it doesn't show up red in the monitor. I tried to tell it to use the proxy as https://IP:port, but that didn't work "failed with 'NotAvailable' status Response message formatted incorrectly, receive failed".
Is this possible, or am I out of luck?