NCPA agent installation on Windows server thru Ansible

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
adminwlt
Posts: 7
Joined: Fri Dec 06, 2019 7:28 am

NCPA agent installation on Windows server thru Ansible

Post by adminwlt »

HI ALL,

Recently I successfully could install NCPA agent on my Linux server thru Ansible where as I am struggling to get thru the Window server

Can anybody suggest me what is the best way out to "Install NCPA Agent thru Ansible on window server"

Regards,
Kishore
User avatar
mbellerue
Posts: 1403
Joined: Fri Jul 12, 2019 11:10 am

Re: NCPA agent installation on Windows server thru Ansible

Post by mbellerue »

There are some Ansible playbooks for installing NCPA. Here's one, as an example,
https://stackoverflow.com/questions/507 ... on-windows

I don't know a whole lot about Ansible, so maybe this is handled already, but you need to specify the 32bit version of cmd (%SystemRoot%\SysWOW64\cmd.exe) when invoking the NCPA installer.

Here is a link to the command line options for the NCPA installer.
https://www.nagios.org/ncpa/getting-sta ... nt-install
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!
Locked