Page 1 of 1
Re: service status detail page take so long to load
Posted: Tue Feb 02, 2016 10:44 am
by michal.nastaly
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
Posted: Tue Feb 02, 2016 12:20 pm
by rkennedy
This could be a few different things. Are you forcing SSL at all? Do you see anything in your error log files?
Code: Select all
tail -100 /var/log/httpd/error_log
tail -100 /var/log/httpd/ssl_error_log
Also - can you paste a screenshot of your System Status page? (Admin -> System Status)
Re: service status detail page take so long to load
Posted: Thu Feb 18, 2016 4:49 am
by michal.nastaly
I have fixed it by updating the following files with FQDN of the nagios box:
- /etc/hosts
- /etc/sysconfig/network
Re: service status detail page take so long to load
Posted: Thu Feb 18, 2016 10:28 am
by hsmith
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?
Re: service status detail page take so long to load
Posted: Wed Feb 24, 2016 6:14 am
by michal.nastaly
Yes, Please, Thank You