Nagios XI GUI slowness

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
ctretelea
Posts: 59
Joined: Fri Feb 17, 2017 5:43 pm

Nagios XI GUI slowness

Post by ctretelea »

Hello,
Nagios XI became very slow. From the forum I read the to move MySQL will be a solution. I moved it, it was better for a while. Also I changed php.ini:
max_execution_time = 120
memory_limit = 512M
That helps to load quicker page but the problem still when I go to the service or hostgroups and I see pending...
You can look at screenshot. For host groups view it's incorrectly because you have to see more services but you can see only some of them.
You do not have the required permissions to view the files attached to this post.
ctretelea
Posts: 59
Joined: Fri Feb 17, 2017 5:43 pm

Re: Nagios XI GUI slowness

Post by ctretelea »

When you want to see service status of one Hostgroup you receive nothing.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI GUI slowness

Post by tgriep »

Can you run the following commands and post the output so we can set some information about your system?

Code: Select all

ipcs -q
free
df -h
df -i
top -b -n 1
ps -ef --cols=300
uname -a
cat /etc/*release*
When the web interface is slow on the Nagios server, look at the Apache log files for any errors.
The Apache error log is located at /var/log/httpd/error_log
Take a look at is and post any errors you find.
Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
ctretelea
Posts: 59
Joined: Fri Feb 17, 2017 5:43 pm

Re: Nagios XI GUI slowness

Post by ctretelea »

Hi tgriep,
I collect the stats and I atached them.
You do not have the required permissions to view the files attached to this post.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Nagios XI GUI slowness

Post by tgriep »

The Kernel Message Queue is a little high so follow this KB article and see if that helps.
https://support.nagios.com/kb/article/n ... eeded.html

Also, I would add more RAM to the system and increase the memory_linit in the php.ini file to the following.

Code: Select all

memory_limit = 1G
Save the change and restart Apache by running

Code: Select all

service httpd restart
Let us know if this fixes the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
ctretelea
Posts: 59
Joined: Fri Feb 17, 2017 5:43 pm

Re: Nagios XI GUI slowness

Post by ctretelea »

Hi tgriep,
I did what you said but Naxios still slow.
What I what to say that start a week a go you can see the attached graph.
You do not have the required permissions to view the files attached to this post.
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Nagios XI GUI slowness

Post by dwhitfield »

Closing due to ticket.
Locked