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!!
NCPA agent
Re: NCPA agent
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.
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!
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>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!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: NCPA agent
Thanks for your help!!
I will check the provided options and get back to you.
I will check the provided options and get back to you.
Thanks & Regards,
I2MP Team.
I2MP Team.
Re: NCPA agent
Sounds good.
Let me know if you have any more questions.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!