Page 1 of 1
Website monitoring with NTLM
Posted: Fri Sep 09, 2016 8:05 am
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
Re: Website monitoring with NTLM
Posted: Fri Sep 09, 2016 9:27 am
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?
Re: Website monitoring with NTLM
Posted: Fri Sep 09, 2016 10:33 am
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?
Re: Website monitoring with NTLM
Posted: Fri Sep 09, 2016 10:44 am
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.