For several HTTP sensors we get a sporadic response of "Connection closed gracefully" that vanishes by itself, without any interference. However there is no problem on the site, and also additional monitoring system does not show any errors on the same sites.
When I try writing the sensor results I get:
Stat Connected.
Sent 8/11/2015 8:14:31 AM: GET /get_content HTTP/1.1<EOL>
Cookie: UserCulture=en-US<EOL>
Host: allslots.cdnspstr.com<EOL>
Accept: text/html, */*<EOL>
Accept-Encoding: identity<EOL>
User-Agent: Mozilla/5.0 (compatible; PRTG Network Monitor (www.paessler.com); Windows)<EOL>
<EOL>
Recv 8/11/2015 8:14:31 AM: HTTP/1.1 200 OK<EOL>
Content-Type: text/html<EOL>
Content-Length: 0<EOL>
Connection: keep-alive<EOL>
Server: nginx<EOL>
Date: Mon, 10 Aug 2015 21:55:17 GMT<EOL>
X-Powered-By: PHP<EOL>
Access-Control-Allow-Origin: *<EOL>
Access-Control-Allow-Headers: Content-Type, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, origin<EOL>
Vary: Accept-Encoding<EOL>
Age: 26354<EOL>
<EOL>
Stat Disconnected.
But if I open the very same page from the browser on the sensor, I get normal (expected) response with the entire content.
Please assist.
Add comment