Page 1 of 1

Auto Deploy For Ns-client

Posted: Tue Oct 27, 2020 12:43 pm
by Beena_Jogin
Hi Team,

I’m using the below silent installation for Ns-client agent configured, but its not configured properly and unable to pass the allowed host details

msiexec.exe /i "C:\tmp\NSCP-0.4.4.23-x64.msi" /norestart ADDLOCAL=Plugins,MainProgram,FirewallConfig,DotNetPluginSupport,ProductFeature,CheckPlugins,NRPEPlugins,NSCPlugins,NSCAPlugin,ExtraClientPlugin,SampleScripts ALLOWED_HOSTS=127.0.0.1,$10.188.17.14 CONF_NSCLIENT=1 /passive

msiexec /i C:\ NSCP-0.4.4.23-x64.msi /norestart ADDLOCAL="ALL" REMOVE="Documentation" ALLOWED_HOSTS="10.188.17.14" /quiet

also its not enabled below modules

CONF_NSCLIENT
CONF_CHECKS
CONF_NRPE

Please let me know if anything I missed while running the silent installation


Regards
Raghavendra

Re: Auto Deploy For Ns-client

Posted: Wed Oct 28, 2020 12:14 pm
by cdienger
NSClient++ is not a project we develop or maintain so our ability to assist is limited. You'll want to reach out to their help team for an issue like this.

Re: Auto Deploy For Ns-client

Posted: Thu Oct 29, 2020 10:56 am
by Beena_Jogin
if possible to share any previous deployment for windows which is help us debug the same.

Thank you

Re: Auto Deploy For Ns-client

Posted: Fri Oct 30, 2020 11:00 am
by cdienger
I've not set this up for myself or a customer so I don't have anything from experience to share, but I found https://docs.nsclient.org/installing/ and would try this based off your command and what I found on the site:

Code: Select all

msiexec /qn /l* log.txt /i NSCP-0.4.4.23-x64.msi INSTALLLOCATION=c:\nsclient CONFIGURATION_TYPE=registry://HKEY_LOCAL_MACHINE/software/NSClient+ ADDLOCAL=ALL REMOVE=Documentation ALLOWED_HOSTS=10.188.17.14 /quiet