Hey,
our config wizards appear to have broken at some point....
we dont use them in most cases but need it for BPI alerting, but most are showing like this...
is there some easy way to fix this?
Broken Config wizards
-
askewdread
- Posts: 69
- Joined: Wed Nov 16, 2016 4:54 pm
Broken Config wizards
You do not have the required permissions to view the files attached to this post.
Re: Broken Config wizards
I have seen this in the past when a 3rd party wizard was installed on the XI server but the configuration settings in the wizard were not changed and that duplicated the settings for an existing wizard and that caused the menu to not display correctly.
First, lets see if we can get any errors on which wizard that is causing the issue.
Run the following command in a root shell on the server
Then go to the Admin > Manage Config Wizards menu and hopefully the tail command will show the error.
Another thing you can try is to remove both of the Dell Wizards and see if the screen refreshes with the other wizards.
If the menu is still not showing the other wizards, run the following and post the output so we can get a list of the wizards that are installed on the system.
First, lets see if we can get any errors on which wizard that is causing the issue.
Run the following command in a root shell on the server
Code: Select all
tail -f /var/log/httpd/*_logAnother thing you can try is to remove both of the Dell Wizards and see if the screen refreshes with the other wizards.
If the menu is still not showing the other wizards, run the following and post the output so we can get a list of the wizards that are installed on the system.
Code: Select all
ls -l /usr/local/nagiosxi/html/includes/configwizards/Be sure to check out our Knowledgebase for helpful articles and solutions!
-
askewdread
- Posts: 69
- Joined: Wed Nov 16, 2016 4:54 pm
Re: Broken Config wizards
ah your pointer oftgriep wrote:I have seen this in the past when a 3rd party wizard was installed on the XI server but the configuration settings in the wizard were not changed and that duplicated the settings for an existing wizard and that caused the menu to not display correctly.
First, lets see if we can get any errors on which wizard that is causing the issue.
Run the following command in a root shell on the serverThen go to the Admin > Manage Config Wizards menu and hopefully the tail command will show the error.Code: Select all
tail -f /var/log/httpd/*_log
Another thing you can try is to remove both of the Dell Wizards and see if the screen refreshes with the other wizards.
If the menu is still not showing the other wizards, run the following and post the output so we can get a list of the wizards that are installed on the system.Code: Select all
ls -l /usr/local/nagiosxi/html/includes/configwizards/
Code: Select all
ls -l /usr/local/nagiosxi/html/includes/configwizards/the ownership had changed to root of a lot of the files
thanks for that
Re: Broken Config wizards
That is good to hear that it is fixed now. I'll make the post as solved and lock it up. Feel free to open a new post on any new issues.
Be sure to check out our Knowledgebase for helpful articles and solutions!