Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
NCPA Monitoring Wizard
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!
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
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)
byVoluAJ, June 22, 2015
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!
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!