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
Please help to define/configure Web NTLM plugin
Re: Please help to define/configure Web NTLM plugin
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.
Former Nagios Employee.
me.
me.
Re: Please help to define/configure Web NTLM plugin
# ./check_ntlmauth.pl -u siebel.konecranes.com/service_eadsi -l nagximon -p mypassword -c 10 -w 5 -v -e "Welcome Back"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.
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
Try installing this:
Code: Select all
yum install perl-NTLMRe: Please help to define/configure Web NTLM plugin
Worked (together with custom webinject for NTLM)ssax wrote:Try installing this:
Code: Select all
yum install perl-NTLM
Please close the thread
Thank you once again