Install Nagios On Windows

Nagios is an open-source program that allows you to monitor the status of a computer network. Using Nagios, you can watch the activities on your network in real time to see how many users are connected, what they are doing and whether the service is having difficulty handling the current load. Nagios installer for Windows (only 32 bit installer) Nagwin You might want to take a look here, this site is dedicated for all kinds of extensions for Nagios. 1.0 Nagios Client Nsclient++ NSClient++ is an open source windows service that allows performance metrics to be gathered by Nagios for windows services. Overview Following three steps will happen on a very high level when Nagios (installed on the nagios-server) monitors a service (for e.g. Disk space usage) on the remote Windows host.

Nagios Client Windows

Active6 months ago

I am trying to install Nagios NCPA agent on Windows using Ansible play book. Here is my simple playbook

However I am getting the below error:

Install Nagios On Windows

Install Nagios On Windows Server 2008 R2

'msg': 'product_id is required when the path is not an MSI or the path is an MSI but not local',

How to I find out the product_id for ncpa?

tlo
9671 gold badge17 silver badges29 bronze badges
RaoRao

Install Nagios On Windows Server 2012

2 Answers

You can skip product_id if you add any of creates_* arguments to your first task, for example:

Or you can search on a machine with your package istalled; per win_package manual:

product_id [ ]

You can find product ids for installed programs in the Windows registry editor either at HKLM:SoftwareMicrosoftWindowsCurrentVersionUninstall or for 32 bit programs at HKLM:SoftwareWow6432NodeMicrosoftWindowsCurrentVersionUninstall.

This SHOULD be set when the package is not an MSI, or the path is a url or a network share and credential delegation is not being used. The creates_* options can be used instead but is not recommended.

techraftechraf
38.2k19 gold badges91 silver badges126 bronze badges

Finally managed to make it work with a dummy product ID.

RaoRao

Install Nagios On Windows

Not the answer you're looking for? Browse other questions tagged ansiblenagios or ask your own question.