Page 1 of 2

Configuration Manager page blank

Posted: Wed Mar 09, 2011 9:09 pm
by lntyee
Hi -
I upgraded to 2011R1 today and that went well. I then went to add some of the new wizards and now the main configuration page comes up blank and the manage wizards page no longer lists any wizards. My assumption is that one of them didn't install correctly and is causing the issue, but I'm not sure how to correct the problem. I was installing either the bbpmap or the hypermap. Any help is appriciated. Also, please note that I'm a novice in the command line arena, so if I need to get in there, I need very specific instrutions.

Thanks.
Kelly

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 10:52 am
by rdedon
Lets first start off by just restarting the nagios service.
Log out of the Web Interface, then please clear the cache of your browser and then close it completely.
From the command line type this:

Code: Select all

service nagios restart
Open browser and attempt to navigate back to the Wizards page.

If this doesn't work , we will try some other things as well.

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 11:34 am
by lntyee
Hi Thanks. I tried that and the wizards page still shows up as blank. The configuration manager page did have me log back in, but the 3 options still don't show up...

Thanks.

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 11:55 am
by rdedon
Okay, looking at this more carefully you are trying to put "components" in as "wizards" which will cause this. We are going to need to remove the one(s) you put in that broke it.

I will need you to follow this path in a command line:

Code: Select all

cd /usr/local/nagiosxi/html/includes/configwizards

Code: Select all

ls
some reference to Hypermap or others should be there and will need to be removed (you will need to replace the "NAMEOFFILETOBEDELETED" with actual file name):

Code: Select all

rm -rf /usr/local/nagiosxi/html/includes/configwizards/"NAMEOFFILETOBEDELETED"

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 1:53 pm
by lntyee
Ok - I removed the 3 files I installed and now I get the options back on the Configuation Options page, but when I click on the configuration wizards link, it just brings me back to the configuration options page. I did restart the service and clear the cache.

Thanks.

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 1:57 pm
by rdedon
could you run this again as well:

Code: Select all

    service nagios restart
quite often it is highly recommended to restart the service after doing changes (especially deleting or adding).

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 3:28 pm
by lntyee
Hi - As I mentioned in my last post, I tried that already. Thanks.

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 5:51 pm
by rdedon
I am going to duplicate the issue on a test machine here tomorrow and document the steps to provide for you (or I could possibly remote into your machine as well with your approval). We have seen a similar issue but apparently is not working on your server there but want to have you fixed as quickly as possible.

Re: Configuration Manager page blank

Posted: Thu Mar 10, 2011 6:04 pm
by lntyee
Hi. Thanks. Either way is fine. I work Sun-Thurs, so we can either meet up Mon or you can send the instructions and I can try it over the weekend and if it still doesn't work we can remote into the machine early next week. Thanks for your help.

Kelly

Re: Configuration Manager page blank

Posted: Fri Mar 11, 2011 10:22 am
by rdedon
That sounds great Kelly and I will touch base on here later today.