check_http: no data received

Robert Nelson rnelson at windchannel.com
Wed Aug 11 14:26:12 CEST 2004


One of my service checks is running check_http, using port 301, and I sometimes get "No Data Received". The error message goes back to this source code:

=== check_http.c ===
        /* return a CRITICAL status if we couldn't read any data */
        if (pagesize == (size_t) 0)
                terminate (STATE_CRITICAL, "No data received %s", timestamp);
=== end ===

What I'm trying to figure out, is that an error you would get when the socket is opened, data is sent, and nothing comes back; or the error you get when the socket creation is FUBAR'ed?

Thanks.

Rob Nelson
rnelson at windchannel.com



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
Nagios-users mailing list
Nagios-users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nagios-users
::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. 
::: Messages without supporting info will risk being sent to /dev/null





More information about the Users mailing list