
IIS
check_http_ntlm
Description:
Simple bash used for verifying that a windows ntlm auth is working. -updated17:th june, missed a -w in the script.
Current Version
Last Release Date
June 3, 2009
Compatible With
Owner
Project Files
File | Description |
---|---|
check_http_ntlm | the actual plugin |
Project Notes
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)
Add a Review
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
Page Sections
Project Stats
Rating
4 (1)
Favorites
0
Views
108,856