Please help to define/configure Web NTLM plugin

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Please help to define/configure Web NTLM plugin

Post 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
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: Please help to define/configure Web NTLM plugin

Post 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.
Former Nagios Employee.
me.
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Please help to define/configure Web NTLM plugin

Post 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 :-\
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Please help to define/configure Web NTLM plugin

Post by ssax »

Try installing this:

Code: Select all

yum install perl-NTLM
dlukinski
Posts: 1130
Joined: Tue Oct 06, 2015 9:42 am

Re: Please help to define/configure Web NTLM plugin

Post by dlukinski »

ssax wrote:Try installing this:

Code: Select all

yum install perl-NTLM
Worked (together with custom webinject for NTLM)

Please close the thread

Thank you once again
Locked