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
Auto Deploy For Ns-client
Re: Auto Deploy For Ns-client
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.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
-
Beena_Jogin
- Posts: 54
- Joined: Fri Jan 22, 2016 4:58 am
Re: Auto Deploy For Ns-client
if possible to share any previous deployment for windows which is help us debug the same.
Thank you
Thank you
Re: Auto Deploy For Ns-client
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
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.