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
Website monitoring with NTLM
Re: Website monitoring with NTLM
It looks like there are 3 required parameters -
When you attempt to use it, what issue are you seeing?
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
Former Nagios Employee
Re: Website monitoring with NTLM
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?
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
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.
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!