Re: [Nagios-users] HTTP authorixation in check_http doesn't work

2008-05-07 Thread Hugo van der Kooij
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Aaron M. Segura wrote: | I'm not sure about any specific pre-made plugins, but I know that curl | handles that kind of authentication. You can write a simple plugin | using 'curl' to take care of the problem. 'man curl' and search for | NTLM. Didn'

Re: [Nagios-users] HTTP authorixation in check_http doesn't work

2008-05-07 Thread Aaron M. Segura
On Wed, 2008-05-07 at 17:30 +0200, Jevos, Peter wrote: > Yes it seems that this is Integarated windows authetication ( IIS ). > So my question is : Does exist some nagios http plugin that supports > this kind of authentication ? > > Thanks > > pet > I'm not sure about any specific pre-made plug

Re: [Nagios-users] HTTP authorixation in check_http doesn't work

2008-05-07 Thread Jevos, Peter
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joe Precious Sent: Wednesday, May 07, 2008 12:18 PM To: nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] HTTP authorixation in check_http doesn't work Although its highly likely I could be wrong, I was unde

Re: [Nagios-users] HTTP authorixation in check_http doesn't work

2008-05-07 Thread Joe Precious
are having to enter the domain name. http://nagiosplugins.org/man/check_http Joe From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jevos, Peter Sent: 07 May 2008 10:58 To: Hendrik B?äcker; nagios-users@lists.sourceforge.net Subject: Re: [Nagios-users] HTTP authorixation in

Re: [Nagios-users] HTTP authorixation in check_http doesn't work

2008-05-07 Thread Jevos, Peter
> Hi , > > I tried to use check_http plugin again address that is running on IIS. > > There is authorization in format: domain\user adn password > So I did: > ./check_http -t 40 -H my_http_address -a domain\nuser:pwd > Why do you use "\n" before the user? Did you try a \\user? One \ for the b

Re: [Nagios-users] HTTP authorixation in check_http doesn't work

2008-05-06 Thread Hendrik BŠäcker
Jevos, Peter schrieb: Hi , I tried to use check_http plugin again address that is running on IIS. There is authorization in format: domain\user adn password So I did: ./check_http -t 40 -H my_http_address -a domain\nuser:pwd Why do you use "\n" before the user? Did you try a \\user? One \ fo

[Nagios-users] HTTP authorixation in check_http doesn't work

2008-05-06 Thread Jevos, Peter
Hi , I tried to use check_http plugin again address that is running on IIS. There is authorization in format: domain\user adn password So I did: ./check_http -t 40 -H my_http_address -a domain\nuser:pwd Result is: HTTP WARNING: HTTP/1.1 401 Unauthorized I tried to use quotes and other things bu