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.
Nagios XI GUI slowness
Nagios XI GUI slowness
You do not have the required permissions to view the files attached to this post.
Re: Nagios XI GUI slowness
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.
Re: Nagios XI GUI slowness
Can you run the following commands and post the output so we can set some information about your system?
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
Code: Select all
ipcs -q
free
df -h
df -i
top -b -n 1
ps -ef --cols=300
uname -a
cat /etc/*release*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!
Re: Nagios XI GUI slowness
Hi tgriep,
I collect the stats and I atached them.
I collect the stats and I atached them.
You do not have the required permissions to view the files attached to this post.
Re: Nagios XI GUI slowness
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.
Save the change and restart Apache by running
Let us know if this fixes the issue.
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 = 1GCode: Select all
service httpd restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Nagios XI GUI slowness
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.
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
Closing due to ticket.