if both urls are resolving to the same IP wouldnt the BQM only send the received ping data to the first monitor it finds with that IP. ?? and thus would by marking all data to the working bqm while showing no data on the duplicate ip bqm
I saw this first time around and it didn't register with me But I think that the answer is this:
Probably BQM works primarily with host IPs. It will only work with URL's which resolve to an IP address. The problem here will be that when OP sets up a BQM for <hostname>/<IP redirect>, this will resolve to the IP for <hostname> and BQM need look no further for an IP address. Hence the BQM will only look at the IP address used by the hosting provider. BQM will not look beyond <hostname> and cannot interpret <hostname>/<IP redirect> as a different address because <hostname>/<IP redirect> has no meaning in IP address resolution syntax.
Or put another way, <hostname>/<IP redirect> is a URL only for HTTP[s] syntax whereas IP address resolution syntax works exclusively with hostnames and not with URLs.