Website monitoring with NTLM

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
azam101
Posts: 50
Joined: Fri Mar 18, 2016 6:01 am

Website monitoring with NTLM

Post by azam101 »

Hi,

Has anybody got website monitoring working with NTLM authentication, I have installed the below plugin, but dont know how to use it or how to setup alerts within nagios with this, or how to test it.

https://exchange.nagios.org/directory/P ... on/details
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: Website monitoring with NTLM

Post by rkennedy »

It looks like there are 3 required parameters -

Code: Select all

check_ntlmauth.pl -u -l -p (-c -w -e -v)
-u # url string to run basic auth against do not prefix with http or https
-l # username to login with
-p # password to login with 
When you attempt to use it, what issue are you seeing?
Former Nagios Employee
azam101
Posts: 50
Joined: Fri Mar 18, 2016 6:01 am

Re: Website monitoring with NTLM

Post by azam101 »

Thats the thing, im not sure how to use it.

how would you create a service for this in Nagios?

What command would you create in Nagiso XI?

Can I check it in the CLI, what command can I use?
bwallace
Posts: 1145
Joined: Tue Nov 17, 2015 1:57 pm

Re: Website monitoring with NTLM

Post by bwallace »

This doc will walk you through how to install a plugin, test it via CLI (we always recommend testing a check this way first, before doing anything in the UI), add the command in XI and add the service.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf

Once the plugin is installed run some tests via CLI and post the output here (scrub sensitive data) if any problems.
Be sure to check out the Knowledgebase for helpful articles and solutions!
Locked