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

Rating
1 vote
Favoured:
0
Hits
108343
Files:
FileDescription
check_http_ntlmthe actual plugin
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
Simple bash used for verifying that a windows ntlm auth is working. -updated17:th june, missed a -w in the script.
Simple bash used for verifying that a windows ntlm auth is working, uses curl.

add to nagiosgraph map for a graph that should always be 0

/perfdata:ntlm=(d+);(d+)/
and push @s, [ ntlm,
[ "current", GAUGE, $1 ],
[ "warn", GAUGE, $2 ]
];
Reviews (1)
by, February 16, 2011
Hello
I just adapted a little this script so he could check squid proxy with ntlm auth

Replace with this line
$PROG --proxy-ntlm -D $FILE --proxy $1 --proxy-user $USER:$PASSWORD $URL > /dev/null

Hope it will help