I get the same problem. In my scenario the top bit of the page i.e "Service Status Detail....." loads straight away, but the actual values load after a whole minute. This all started to happen after i upgraded to the newest version of Nagios XI. Does anyone know what causes these screens to take that long to load?
Mod Note: I have split this topic off from here: https://support.nagios.com/forum/viewto ... 680#168814
Re: service status detail page take so long to load
-
michal.nastaly
- Posts: 59
- Joined: Tue Jun 02, 2015 9:24 am
Re: service status detail page take so long to load
Last edited by tmcdonald on Wed Feb 24, 2016 11:18 am, edited 2 times in total.
Reason: Split post
Reason: Split post
Re: service status detail page take so long to load
This could be a few different things. Are you forcing SSL at all? Do you see anything in your error log files?
Also - can you paste a screenshot of your System Status page? (Admin -> System Status)
Code: Select all
tail -100 /var/log/httpd/error_log
tail -100 /var/log/httpd/ssl_error_log
Former Nagios Employee
-
michal.nastaly
- Posts: 59
- Joined: Tue Jun 02, 2015 9:24 am
Re: service status detail page take so long to load
I have fixed it by updating the following files with FQDN of the nagios box:
- /etc/hosts
- /etc/sysconfig/network
- /etc/hosts
- /etc/sysconfig/network
Re: service status detail page take so long to load
Thanks for letting us know. We've seen this fix the issue for a few people. There's some ajax-y type stuff going on, and if the machine you're accessing the server from is in a different data center or similar scenario, it has trouble. Would you like us to close this since it's now working for you?
Former Nagios Employee.
me.
me.
-
michal.nastaly
- Posts: 59
- Joined: Tue Jun 02, 2015 9:24 am
Re: service status detail page take so long to load
Yes, Please, Thank You