Thank you. <div><br class="webkit-block-placeholder"></div><div>That was the trick. I've been staring at that for the last couple of days and it's been driving me crazy.</div><div><br class="webkit-block-placeholder"></div><div>Thanks again,</div><div>Rich<br><br>----- Original Message -----<br>From: Ralph.Grothe@itdz-berlin.de<br>Date: Tuesday, November 27, 2007 3:54 am<br>Subject: RE: [Nagiosplug-help] Check_http - State Unknown<br>To: rich@post.queensu.ca, nagiosplug-help@lists.sourceforge.net<br><br>> Hi Rich,<br>> <br>> I'm not sure if this error really is caused by too long an uri<br>> path,<br>> and if it instead wasn't owe to the missing trailing dollar sign<br>> of the $HOSTNAME$ macro<br>> in your check command definition?<br>> <br>> Also, are you really querying a vhost where it is required to<br>> pass the Host: attribute in the HTTP request header.<br>> Otherwise I would prefer the webserver's IP address (or -I<br>> $HOSTADDRESS$) to avoid DNS lookups.<br>> I am not sure if it even would work against a vhost to stick with<br>> the IP address but additionally supply something like -k "Host:<br>> vhost-name:vhost-port" ?<br>> <br>> > -----Original Message-----<br>> > From: nagiosplug-help-bounces@lists.sourceforge.net<br>> > [mailto:nagiosplug-help-bounces@lists.sourceforge.net]On <br>> > Behalf Of Rich<br>> > Smith<br>> > Sent: Monday, November 26, 2007 10:25 PM<br>> > To: nagiosplug-help@lists.sourceforge.net<br>> > Subject: [Nagiosplug-help] Check_http - State Unknown<br>> > <br>> > <br>> > Hi All:<br>> > <br>> > Running the following check_http:<br>> > ./check_http -H hostname -u <br>> > '/amserver/UI/Login?service=adminconsoleservice&goto=/amconsol<br>> > e/base/AMAdminFrame&IDToken1=testuser&IDToken2=testpassword'<br>> > <br>> > I get the following results:<br>> > HTTP OK - HTTP/1.1 302 Moved Temporarily - 0.232 second<br>> response time <br>> > |time=0.232467s;;;0.000000 size=750B;;;0<br>> > <br>> > When I include this in the commands.cfg as:<br>> > <br>> > define command{<br>> >          <br>> command_name    check_sso_http<br>> >          <br>> command_line    $USER1$/check_http -H <br>> $HOSTNAME  -u <br>> > '/amserver/UI/Login?service=adminconsoleservice&goto=/amconsol<br>> > e/base/AMAdminFrame&IDToken1=testuser&IDToken2=testpassword'<br>> > }<br>> > <br>> > I get the following error result:<br>> > State Unkown: Supplied path too long unix domain socket<br>> > <br>> > Is there any way to debug this?<br>> > <br>> > Thanks,<br>> > Rich<br>> > <br>> > --------------------------------------------------------------<br>> > -----------<br>> > This SF.net email is sponsored by: Microsoft<br>> > Defy all challenges. Microsoft(R) Visual Studio 2005.<br>> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/<br>> > _______________________________________________<br>> > Nagiosplug-help mailing list<br>> > Nagiosplug-help@lists.sourceforge.net<br>> > https://lists.sourceforge.net/lists/listinfo/nagiosplug-help<br>> > ::: Please include plugins version (-v) and OS when reporting <br>> > any issue. <br>> > ::: Messages without supporting info will risk being sent to<br>> /dev/null<br>> > <br>> </div>