Re: Plugins Helps
Posted: Fri Jul 29, 2016 1:15 am
Can you please upload the nsclient.ini file from the XP machine.
Support for Nagios products and services
https://support.nagios.com/forum/
NSClient++ can be finicky through the CLI, but it looks like your allow arguments, insecure mode, and allow nasty characters are all true now. What issue are you currently experiencing?kwhogster wrote:Box293
Great catch on the service name that worked making the changes now.
The NSCLIENT version of 32 bit is
NSCP-0.4.3.143
I ran this on all machines
Type cd "\Program Files\NSClient++\" and press Enter
?Type nscp settings --activate-module NRPEServer --add-defaults and press Enter
nscp settings --activate-module NRPEServer --add-defaults
?This may prompt you for permission
?Type nscp settings --path /settings/NRPE/server --key "allow arguments" --set true and press Enter
nscp settings --path /settings/NRPE/server --key "allow arguments" --set true
?This may prompt you for permission
?Type nscp settings --path /settings/NRPE/server --key "allow nasty characters" --set true and press Enter
nscp settings --path /settings/NRPE/server --key "allow nasty characters" --set true
?This may prompt you for permission
?IF this is NSClient++ 0.4.3 onwards
?Type nscp settings --path /settings/NRPE/server --key insecure --set true and press Enter
nscp settings --path /settings/NRPE/server --key insecure --set true
?This may prompt you for permission
net stop nscp
net start nscp
All 64 bit clients are NSCP 0.4.1.73
I ran this on the 32 bit computers
?IF this is NSClient++ 0.4.3 onwards
?Type nscp settings --path /settings/NRPE/server --key insecure --set true and press Enter
nscp settings --path /settings/NRPE/server --key insecure --set true
Thoughts
Code: Select all
[/settings/NRPE/server]Code: Select all
verify mode = peer-cert
use ssl = trueCode: Select all
ssl options = no-sslv2,no-sslv3Code: Select all
ssl options =Code: Select all
cd "\Program Files\NSClient++\"
nscp test