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
37597
Nagios CSP

Meet The New Nagios Core Services Platform

Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.

Monitoring Made Magically Better

  • Nagios Core on Overdrive
  • Powerful Monitoring Dashboards
  • Time-Saving Configuration Wizards
  • Open Source Powered Monitoring On Steroids
  • And So Much More!
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!