Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

NCPA Monitoring Wizard

Rating
1 vote
Favoured:
0
Compatible With
  • Nagios XI
Hits
36976
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
NCPA Monitoring Wizard
This wizard allows you to easily monitor Windows and Linux machines that have the NCPA agent installed.
The version of each Monitoring wizard could be different in different minor versions of Nagios XI. Make sure you download the correct version! Installing a wrong version of the wizard (too old or too new) can break your system!

DOWNLOAD LINKS:

Nagios XI 5.6.x
https://assets.nagios.com/downloads/nagiosxi/wizards/xi56/ncpa.zip

Nagios XI 5.5.x
https://assets.nagios.com/downloads/nagiosxi/wizards/xi55/ncpa.zip

Nagios XI 5.0.x
https://assets.nagios.com/downloads/nagiosxi/wizards/xi5/ncpa.zip

Nagios XI 2014 or older
https://assets.nagios.com/downloads/nagiosxi/wizards/ncpa.zip
Reviews (1)
nagios.inc.php needs the following updates:

update the api_url to read "services" not "service"
$services_api_url = "https://{$address}:{$port}/api/services?token={$token}";

update the api_root to read "services" not "service"
$services_api_root = $services_api_data['value']['services'];

This will allow the services to auto-populate in the wizard. Which makes life so much easier!