
HTTP
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 ]
];
Page Sections
Project Stats
Rating
4 (1)
Favorites
0
Views
108,876