Just in case anyone else is trying to run MON in a network with an Xstop box (which blocks unbusiness-like sites), you will need to make sure that your monitoring scripts put all the HTTP in a single packet, as a browser would. Otherwise, about 1% of the tests will get blocked by Xstop. A workaround is to consolidate the Perl print statements into a single line, e.g.,
print S "GET $Path HTTP/1.0\r\nHost: $Server\r\nUser-Agent: $USERAGENT\r\n\r\n"; Tom Bates TVA
