HTTP Status Failing
The HTTP Status check is failing regularly with status code 200 and intervals of 120 sec. Reason says Unknown. I get similar results with HTTP Header tests searching for a text string. PING tests work fine and the page always comes up fine. Ideas? Thank you.
This discussion has been closed.
Comments
The value shown in the overview is the last known value it is not the value when it jumped to Unknown.
PING requests are at a lower level (network level). HTTP is at an application level.
Run via the command prompt in the agents subdirectory the following command (after having created the test.conf file detailed below in that same directory)
"url_check test"
All info is in the test.log file
Create a file called test.conf in your agents subdirectory with following content:
URL: http://www.yoururl.com
Method: GET
Redirects: True
URLParams:
POSTParams:
Proxy:
ProxyUser:
ProxyPass:
User:
Pass:
Content:
It comes default with Windows XP / 2003 systems and is used by the URL checking component. Could you also email the test.conf and test.log files to ?
Sending test.conf now. test.log was not created.
The code has also been modified slightly over the weekend (to address the space issue and some other possible issues)
Could you please download the latest version at
http://www.serverscheck.com/files/url_check.zip
and let us know if that solves the issue?
Can you replace the existing url_check.exe in your agents subdirectory with the updated one and then run the check from within ServersCheck?