Re: service status detail page take so long to load

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
michal.nastaly
Posts: 59
Joined: Tue Jun 02, 2015 9:24 am

Re: service status detail page take so long to load

Post 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
Last edited by tmcdonald on Wed Feb 24, 2016 11:18 am, edited 2 times in total.
Reason: Split post
rkennedy
Posts: 6579
Joined: Mon Oct 05, 2015 11:45 am

Re: service status detail page take so long to load

Post 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)
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

Post by michal.nastaly »

I have fixed it by updating the following files with FQDN of the nagios box:

- /etc/hosts
- /etc/sysconfig/network
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: service status detail page take so long to load

Post 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?
Former Nagios Employee.
me.
michal.nastaly
Posts: 59
Joined: Tue Jun 02, 2015 9:24 am

Re: service status detail page take so long to load

Post by michal.nastaly »

Yes, Please, Thank You
Locked