Hello

I use this: 
http://exchange.nagios.org/directory/Plugins/Websites%2C-Forms-and-Transactions/check-curl-authenticate/details

It's fantastic. You can do whatever you want.

If you want to change something you can check the php web site. It is full of 
great documentation.

NB: For ntlm auth I had to change the code. In detail, from line 
curl_setopt($ch,CURLOPT_HTTPAUTH, CURLAUTH_ANY) to 
curl_setopt($ch,CURLOPT_HTTPAUTH, CURLAUTH_NTLM).

I Hope that this is going to help you.

Bye


Alan Pipitone
http://www.alan-pipitone.com/

-----Original Message-----
From: Stuart Browne [mailto:[email protected]]
Sent: mercoledì 28 settembre 2011 02:23
To: Nagios Users List
Subject: Re: [Nagios-users] checking web applications beyond 'check_html'

I don't have a generic solution, but we write all such things using Perl and 
WWW::Mechanize.

What are your perl skills like?

Stuart

> -----Original Message-----
> From: Mark Elsen [mailto:[email protected]]
> Sent: Tuesday, 27 September 2011 5:43 PM
> To: Nagios Users List
> Subject: [Nagios-users] checking web applications beyond 'check_html'
>
>  - I am looking for best plugins, concerning , web application
> checking, 'going futher'
> then check_html, like dealing with advances auth. challenges, tokens etc.
>
>           Giving me the most flexible solution for  checking webapps
> in Nagios ?

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a 
definitive record of customers, application performance, security threats, 
fraudulent activity and more. Splunk takes this data and makes sense of it. 
Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Nagios-users mailing list
[email protected]
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
******************************************************************************************
CONFIDENTIALITY NOTICE
This e-mail and any attachment are confidential and may be privileged or 
otherwise protected from disclosure. It is solely intended for the person(s) 
named above. If you are not the intended recipient, any reading, use, 
disclosure, copying or distribution of all or parts of this e-mail or 
associated attachments is strictly prohibited. If you are not an intended 
recipient, please notify the sender immediately by replying to this message or 
by telephone and delete this e-mail and any attachments permanently from your 
system.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2dcopy1
_______________________________________________
Nagios-users mailing list
[email protected]
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

Reply via email to