Page 1 of 1
Please help to define/configure Web NTLM plugin
Posted: Mon Apr 25, 2016 8:41 am
by dlukinski
Hello XI support team
https://exchange.nagios.org/directory/P ... on/details
- contains plugin we are trying to use with NTLM-authenticated web pages
Should all its command line parameters be defined in Command?
Thank you,
Dimitri
Re: Please help to define/configure Web NTLM plugin
Posted: Mon Apr 25, 2016 10:21 am
by hsmith
Do you have the check working from the command line? If so, can you post the output? This can help us come up with a command you should define.
Re: Please help to define/configure Web NTLM plugin
Posted: Mon Apr 25, 2016 3:49 pm
by dlukinski
hsmith wrote:Do you have the check working from the command line? If so, can you post the output? This can help us come up with a command you should define.
# ./check_ntlmauth.pl -u siebel.konecranes.com/service_eadsi -l nagximon -p mypassword -c 10 -w 5 -v -e "Welcome Back"
Can't locate Authen/NTLM.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/perl5/LWP/Authen/Ntlm.pm line 8.
BEGIN failed--compilation aborted at /usr/share/perl5/LWP/Authen/Ntlm.pm line 8.
Compilation failed in require at ./check_ntlmauth.pl line 44.
BEGIN failed--compilation aborted at ./check_ntlmauth.pl line 44.
#
- Does not work :-\
Re: Please help to define/configure Web NTLM plugin
Posted: Mon Apr 25, 2016 4:05 pm
by ssax
Re: Please help to define/configure Web NTLM plugin
Posted: Thu Apr 28, 2016 12:59 pm
by dlukinski
ssax wrote:Try installing this:
Worked (together with custom webinject for NTLM)
Please close the thread
Thank you once again