Ive been requested by someone i work with to have the dude monitor a specific web page on a web server. The http probe seems to be affecting the index page all i know at the moment is suspending http monitoring fixed some problem. Is there a way to modify the http probe so that it wouldnt be requesting the index page of a web server? Or maybe does anyone have any experience with problems caused by the http probe?
One thing that might be helpful is if i could understand "^HTTP/1\\." part of the probe. I understand “HEAD / HTTP/1.1\r\n\r\n” is a way to get a web server to send its header but theres more information in the response than just that.