Status Summary For All Host Groups page loading time to long

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

Status Summary For All Host Groups page loading time to long

Post by Gonela »

Hi

Trying to opening the Status Summary For All Host Groups page , its still sitting at the spinning wheel 3min later. Needs more attention

Can you please help me on this.

OS : Centos 7
Ram : 16GB
CPU Cores : 16
NagiosXI version . 5.5.3
You do not have the required permissions to view the files attached to this post.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Status Summary For All Host Groups page loading time to

Post by lmiltchev »

Do you see any errors in the apache error log?

Code: Select all

tail -50 /var/log/httpd/error_log
It's possible that the page is timing out if you are exceeding the max_execution_time value in the /etc/php.ini file. Open the php.ini in a text editor, and double check your resource limits. Try increasing the max_execution_time, and the memory_limit values, and restart apache:

Code: Select all

service httpd restart
On a very large system, it may take some time before the page loads, but at least it should not time out, if you increase these values.

Have you tried using the "Unified Hostgroup Screens" for faster loads?

Admin > System Config > Performance Settings > Pages > Use Unified Hostgroup Screens = checked > Update Settings
Be sure to check out our Knowledgebase for helpful articles and solutions!
Gonela
Posts: 135
Joined: Wed Jan 10, 2018 5:23 am

Re: Status Summary For All Host Groups page loading time to

Post by Gonela »

Thanks for update,

I think it's Nagios core view. Any way it's loading fastly .
benjaminsmith
Posts: 5324
Joined: Wed Aug 22, 2018 4:39 pm
Location: saint paul

Re: Status Summary For All Host Groups page loading time to

Post by benjaminsmith »

Hi @Gonela
Thanks for update,

I think it's Nagios core view. Any way it's loading fastly .
Sounds like you got it resolved, are we ok to close this topic on the forum?
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!
Locked