Random Project

Good wizard, but a few bugs

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!