Slow Gui

This support forum board is for support questions relating to Nagios Log Server, our solution for managing and monitoring critical log data.
Locked
CameronWP
Posts: 134
Joined: Fri Apr 17, 2015 2:17 pm

Slow Gui

Post by CameronWP »

Hello:

We have Log Server running on a pretty beefy machine (64GB of RAM for example) but over time the GUI gets slower and slower. Are there any fixes for this? Thanks!
dwhitfield
Former Nagios Staff
Posts: 4583
Joined: Wed Sep 21, 2016 10:29 am
Location: NoLo, Minneapolis, MN
Contact:

Re: Slow Gui

Post by dwhitfield »

What's the output of the following? Please put the output in a code block. The "Code" button is the fifth from the left on the post input screen (between Quote and List).

Code: Select all

top
free -m
df -h
df -i
ps aux
It's really hard to know at this point, but the following might help:

Code: Select all

service elasticsearch stop
ulimit -l unlimited
service elasticsearch start
curl http://localhost:9200/_nodes/process?pretty
"mlockall" : true
CameronWP
Posts: 134
Joined: Fri Apr 17, 2015 2:17 pm

Re: Slow Gui

Post by CameronWP »

Thanks for the response, sorry for the slow reply! I increased the memory allocation in the php.ini file and it seems to have resolved the issue. Thanks!
bolson

Re: Slow Gui

Post by bolson »

Closing topic as resolved.

Thank you for using the Nagios Support Forum.
Locked