Stupid check_http Question
Frank Tanner III
pctech at mybellybutton.com
Wed Sep 24 18:51:16 CEST 2003
If I manually type in the line it works. But when I
configure it in the checkcommands.cfg it fails. I
even have it hardcoded as
check_http -H $HOSTNAME$ -a nagios:nagios
Also tried
check_http -H $HOSTNAME$ -a $ARG1$
and
check_http -H $HOSTNAME$ -a $ARG1$:$ARG2$
It's odd that it works manually.
--- Matt Pounsett <matt.pounsett at cira.ca> wrote:
> On Wed, 24 Sep 2003, Joe Morris wrote:
>
> > On Tue, 23 Sep 2003, Frank Tanner III wrote:
> >
> > | I am checking a site, with Basic authentication.
> I
> > | have a user and password specifically set up
> using
> > | htpasswd, and have this user added to the
> appripriate
> > | group file for the site.
> > |
> > | When I issue the ./check_http -I 10.1.1.5 -a
> > | nagios:nagios command I get HTTP WARNING:
> HTTP/1.1 403
> > | Forbidden.
> > |
> > | Why am I getting this instead of the happy
> little
> > | green light?
> >
> > You're getting a "403 Forbidden" error from the
> web server. The
> > check_http program considers this a warning (as it
> should). Sounds like
> > your authentication is getting through (otherwise
> it would be a 401
> > error), but hitting some other access violation
> with your web
> > configuration. You need a "200 OK" response for
> it to go green.
>
> The 403 Forbidden is the same error you'd get if
> authentication failed as
> well. 401 is only given if the resource can't be
> found.
>
>
> Frank,
>
> If you're sure that you have the correct HTTP user
> and password, check your
> web server log files for some indication of why
> access is being denied. It
> could be due to source IP limitations, permissions
> of the filesystem.. all
> sorts of things.
>
> --
> Matt Pounsett CIRA - Canadian
> Internet Registration Authority
> Technical Support Programmer 350
> Sparks Street, Suite 1110
> matt.pounsett at cira.ca
> Ottawa, Ontario, Canada
> 613.237.5335 ext. 231
> http://www.cira.ca
>
>
>
>
-------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> 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
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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