-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'
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
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
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
> 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
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
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