Website monitoring verifying NTLM Auth

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.
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Website monitoring verifying NTLM Auth

Post by gm_rajkumar »

I can see the results from curltest file, however i couldnt get it from check_http_ntlm plugin. So what needs to add further on this .

I can see huge output, i just shared last portion for your reference.

HTTP/1.1 200 OK
Cache-Control: private, max-age=0
Content-Type: text/html; charset=utf-8
Expires: Tue, 17 Jul 2012 16:21:58 GMT
Last-Modified: Wed, 01 Aug 2012 16:21:58 GMT
Server: Microsoft-IIS/7.5
SPRequestGuid: 8cd9f7bd-77f6-439a-b3b6-54a068a82b20
Set-Cookie: WSS_KeepSessionAuthenticated={8219e197-e678-4cb9-95a8-31f2167c42c3}; path=/
X-SharePointHealthScore: 0
X-AspNet-Version: 2.0.50727
Set-Cookie: http%3A%2F%2Fintranet%2Edanagas%2Enet%2FDiscovery=WorkspaceSiteName=SW50cmFuZXQ=&WorkspaceSiteUrl=aHR0cDovL2ludHJhbmV0LmRhbmFnYXMubmV0&WorkspaceSiteTime=MjAxMi0wOC0wMVQxNjoyMTo1OA==; expires=Fri, 31-Aug-2012 16:21:58 GMT; path=/_vti_bin/Discovery.asmx
Persistent-Auth: true
X-Powered-By: ASP.NET
MicrosoftSharePointTeamServices: 14.0.0.6114
Date: Wed, 01 Aug 2012 16:21:58 GMT
Content-Length: 132979


Regards,
Raj.
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: Website monitoring verifying NTLM Auth

Post by yancy »

Well if that's working, then test on the plugin.

Code: Select all

./check_http_ntlm http://mynet.test.com/SitePages/Home.aspx testuser abc@123n
and check the results if it fails:

Code: Select all

cat /tmp/check_http_ntlm
gm_rajkumar
Posts: 187
Joined: Tue Feb 28, 2012 7:08 am
Location: CA, USA

Re: Website monitoring verifying NTLM Auth

Post by gm_rajkumar »

Excellent Yancy!!!!!!! Its working fine.. Great
yancy
Posts: 523
Joined: Thu Oct 06, 2011 10:12 am

Re: Website monitoring verifying NTLM Auth

Post by yancy »

Glad to hear it's working!

-Yancy
Locked