Configuration Wizards not shown on Web Interface

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
albibalu
Posts: 45
Joined: Wed Apr 25, 2012 10:00 pm

Configuration Wizards not shown on Web Interface

Post by albibalu »

When i click on The CONFIGURE button i see only on my left side the Menu points but on the right side where there should be the list of Configuration Wizards
i have a blank screen. And also when i go to Manage the Configuration Wizards in the Admin screen i have a blank screen where the installed wizards should be listed.
i try to install a new one but it don't appear on screen.
This happen suddenly without any changes on the system, all worked fine till a day before yesterday.

Help..... i am already desperate.

Thank you
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configuration Wizards not shown on Web Interface

Post by scottwilkerson »

This can happen if the configuration wizard you installed had bad code in it.

To remedy the situation, log in as root to the console

Code: Select all

/usr/local/nagiosxi/html/includes/configwizards
ls -l
find the name of the wizard you installed, an run

Code: Select all

rm -rf <FOLDERNAME>
This will delete the wizard you uploaded and should restore the pages.

If it was an unmodified wizard that was found on the Exchange can you let me know what it is so we can look into it.

Thanks.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
albibalu
Posts: 45
Joined: Wed Apr 25, 2012 10:00 pm

Re: Configuration Wizards not shown on Web Interface

Post by albibalu »

Yes, Thank you, this is what i did, uninstalling the " MACOSX " Wizard i had installed before and now everything is working fine.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Configuration Wizards not shown on Web Interface

Post by scottwilkerson »

There was a bug in a version of the Beta wizard, I have attached a copy of the new wizard that is tested and seems to be working fine
You do not have the required permissions to view the files attached to this post.
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked