check_Http issue

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
vivek
Posts: 1
Joined: Thu Jul 12, 2012 2:11 pm

check_Http issue

Post by vivek »

The problem is that, I've been trying to run the command "check_http -I $HOSTADDRESS$ -H vhost.host.net --ssl -u/url --post='login=username&password=password' on a Sharepoint 2010 site and I get the error "Could not establish SSL connection.

And when I tried "$USER1$/check_http -H $HOSTADDRESS$ -S -a username:password" , the error comes as HTTP WARNING: HTTP/1.1 401 Unauthorized Command returned exit status 1

Both the commands work with an other Sharepoint host but does not work on many other Sharepoint hosts.

Please help me
ecarrasq
Posts: 244
Joined: Tue Feb 22, 2011 5:58 pm

Re: check_Http issue

Post by ecarrasq »

Try:

http://exchange.nagios.org/directory/Pl ... pl/details

check_sharepoint.pl

Works with both integrated NTML and forms based authentication.
Locked