Monitoring Windows Host with LM and NTLM disabled/refused

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
richieroo
Posts: 1
Joined: Tue Jan 28, 2014 2:15 pm

Monitoring Windows Host with LM and NTLM disabled/refused

Post by richieroo »

I'm trying to configure a windows host using NSClinet++. This particular host has LM and NTLM set to refuse and allows NTMLv2 authentication only (reason being we have a service automatically blacklisting RDP attemps and this is required for it to work).

since we have made the NTLM changes, nagios is not listening to this host. Does anyone know of a workaround for this? I'm not sure if I need to reconfigure nagios, or nsclient or both - or if I am SOL :)

Thanks
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Monitoring Windows Host with LM and NTLM disabled/refuse

Post by sreinhardt »

I would imagine this is purely with nsclient, as the communication between nsclient and nagios is not dependent on any windows based authentication other than what the nsclient service is started as. Let's start by verifying your hardening didn't restrict the nsclient ports. Also are you using check_nt checks or check_nrpe?

Code: Select all

nmap -p 5666 [host\IP]
nmap -p 12489 [host\IP]
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Locked