Closed finnzi closed 9 years ago
Are your views all equally slow, or only specific ones ?
I.e. /objectbrowser/ vs. /status/ vs /status/problems
/status/* is pretty slugghish but the objectbrowser is pretty much as it was before.
How many hosts/services are we talking about ?
Can you try completely stopping/starting nagios in case there is a livestatus deadlog somewhere.
service nagios stop
ps -ef | grep nagios # Very common issue that a ghost remains that blocks the livestatus socket
service nagios start
Hi,
I'll try that tomorrow.
We have 687 hosts and 5505 services.
Hi,
Tried to stop/start - no ghosts/zombies remaining.
Few questions to troubleshoot this further:
Hi,
Thanks!
Here's how i fixed it for me.
WSGIDaemonProcess adagios user=nagios group=nagcmd processes=10 threads=25
This allows more processes for apache to spawn and thus each user can process the data individually without queueing.
I went from 100% CPU with adagios constantly to a few seconds to process.
Hi,
Awesome - thanks.
Will try this and report back tomorrow!
Bgrds, FOG
So far so good!
I've not done any scientific tests but it feels a lot like it was before :)
I'm closing the issue now.
Bgrds, FOG
Glad that worked.
On Wed, 10 Dec 2014 08:25 finnzi notifications@github.com wrote:
So far so good!
I've not done any scientific tests but it feels a lot like it was before :)
I'm closing the issue now.
Bgrds, FOG
— Reply to this email directly or view it on GitHub https://github.com/opinkerfi/adagios/issues/495#issuecomment-66418382.
Hi guys.
I upgraded Adagios from 1.4 to 1.6.1 and I am seeing extreme performance difference. I'm wondering what data you want for debugging.
Adagios: 1.6.1 Pynag: 0.9.1
Host: RHEL 6.6 x86_64
nagios.log is ~27M
Logrotation is configured daily.
Adagios is using crapload of CPU, I'm wondering if it has something to do with top alert producers....should I change the rotation to hourly?