Page 1 of 1

NCPA agent

Posted: Mon Jun 29, 2020 8:58 am
by RIDS_I2MP
Hi Team,

We have almost 500 Windows servers and we want to install NCPA agent on them. Manually installing agent is going to be a difficult task. So, we want to use some software like SCCM/ LANDesk using which we can install the NCPA agent or push NCPA agent on all servers.

Could you please help me with below information for the same?

1. exe and msi files for NCPA agent
2. Installation arguments for the same

Please let me know for any queries.

Thanks in advance!!

Re: NCPA agent

Posted: Mon Jun 29, 2020 2:48 pm
by jbrunkow
You can download the *.exe file from the following page.
NCPA DOWNLOADS

You will probably want to pass the tokenas a variable, set the base directory, and so on... The command will probably look something like the following.

Code: Select all

ncpa-<version>.exe /S /TOKEN='mytoken' /<variable>='<value>' /D=<base directory>
Please refer to the following page for more information on exactly what options to use in your case.
SILENT INSTALL

I believe that you could also automate the deployment of NCPA using the REST API in XI or import the configuration files and then run the reconfigure nagios script to apply them. Let me know if you are open to other methods, and I can try to provide more specific instructions on how to do this in your environment.

I hope that helps! :D

Re: NCPA agent

Posted: Tue Jun 30, 2020 1:11 am
by RIDS_I2MP
Thanks for your help!!

I will check the provided options and get back to you.

Re: NCPA agent

Posted: Tue Jun 30, 2020 2:09 pm
by jbrunkow
Sounds good. :) Let me know if you have any more questions.