Page 1 of 1

Status Summary For All Host Groups page loading time to long

Posted: Tue Oct 23, 2018 1:32 am
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

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

Posted: Tue Oct 23, 2018 11:04 am
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

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

Posted: Wed Oct 24, 2018 2:40 am
by Gonela
Thanks for update,

I think it's Nagios core view. Any way it's loading fastly .

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

Posted: Wed Oct 24, 2018 10:42 am
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?