Since upgrading to 5.8.2, non admin users are clocking on the Home Dashboard.
When a non-admin user opens Nagios the Host Status Summary and the Service Status Summary just give spinning progress wheels for 5-10 min. Admin users don't experience this. (I've uploaded a screen shot)
Any thoughts?
Home Dashboard not loading after upgrade
-
Matthew.Cary
- Posts: 32
- Joined: Fri Nov 10, 2017 11:43 am
Home Dashboard not loading after upgrade
You do not have the required permissions to view the files attached to this post.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Home Dashboard not loading after upgrade
Hi @Matthew.Cary,
Can you post a screenshot of the user settings? I'll try to replicate this on my systems. Do you have an idea of how many users are logged in at a time? There could be an issue with the database calls as the system has to check each user's permissions before displaying the data. Try running the repair script and let me know if you see any improvement.
Also, let's optimize the PHP settings as well and let me know if there's any improvement.
Nagios XI - Optimizing The PHP Settings File
Lastly, please send over a system profile for us to review. Thanks, Benjamin
To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
Can you post a screenshot of the user settings? I'll try to replicate this on my systems. Do you have an idea of how many users are logged in at a time? There could be an issue with the database calls as the system has to check each user's permissions before displaying the data. Try running the repair script and let me know if you see any improvement.
Code: Select all
/usr/local/nagiosxi/scripts/repair_databases.sh
Nagios XI - Optimizing The PHP Settings File
Lastly, please send over a system profile for us to review. Thanks, Benjamin
To send us your system profile.
Login to the Nagios XI GUI using a web browser.
Click the "Admin" > "System Profile" Menu
Click the "Download Profile" button
You do not have the required permissions to view the files attached to this post.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
Matthew.Cary
- Posts: 32
- Joined: Fri Nov 10, 2017 11:43 am
Re: Home Dashboard not loading after upgrade
It appears that users with more rights don't have the issue.
The user who reported the problem is a DBA who only sees a subset of our hosts and doesn't have many rights in Nagios.
I'll try running the cleanup scripts and see if they help.
Profile is attached
Moderator's Note: The profile has been shared with the support team but has been removed from the public forum.
The user who reported the problem is a DBA who only sees a subset of our hosts and doesn't have many rights in Nagios.
I'll try running the cleanup scripts and see if they help.
Profile is attached
Moderator's Note: The profile has been shared with the support team but has been removed from the public forum.
You do not have the required permissions to view the files attached to this post.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Home Dashboard not loading after upgrade
Hi,
Thanks for sending over the profile. I believe we have identified the issue here. Please take a backup, then run the following command and let me know if the issue is resolved.
Regards,
Benjamin
Thanks for sending over the profile. I believe we have identified the issue here. Please take a backup, then run the following command and let me know if the issue is resolved.
Code: Select all
mysql -h 127.0.0.1 -uroot -pnagiosxi nagios -e "update nagios_dbversion set version = '2.1.3';"
Benjamin
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: Home Dashboard not loading after upgrade
I was experiencing the same issue and can confirm that the code Benjamin posted works!
Thank you!
Thank you!
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Home Dashboard not loading after upgrade
Hi @spatkin, Great, glad that worked for you.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
-
Matthew.Cary
- Posts: 32
- Joined: Fri Nov 10, 2017 11:43 am
Re: Home Dashboard not loading after upgrade
This does appear to have fixed my issue!
Thank you.
Thank you.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: Home Dashboard not loading after upgrade
Excellent! Thanks for the update. We'll go ahead and close this topic.This does appear to have fixed my issue!
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!