Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

check_http_ntlm.pl

Current Version
0.1
Last Release Date
2010-02-02
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
Hits
99051
Files:
FileDescription
check_http_ntlm.plcheck_http_ntlm.pl
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This script provides a method to check IIS webserver links that require NTLM Authentication.

Horse work is done by curl, I tested 7.12.1 with libcurl/7.12.1

this check receives a URL as a parameter, logins to the IIS server using the curl binary, then it parses the output of the command and captures the response code. Timeout pass and user values are currently hardcoded
script currently only has handlers for some response codes, but a switch was used to add more in an easy way. Response code is found with regexp /HTTP/1.1 ([0-9]{3}) .*/