Page 4 of 4

Re: Nagios process at 100% CPU, system is crawling

Posted: Thu Aug 09, 2018 4:20 am
by amprantino
I am facing the same issue after upgrading to version 4.4.1
CGI scripts reach 100% cpu, apache2 response is really slow and the nagios site is not responding.
New comments are also saved numerous times in the files.

I had to delete retention.dat & status.dat, loosing the state of everything and creating a mess with notifications.
At the moment the only workaroud is informing users not to post comments.

Is there a plan for a fix or any workaround for version 4.4.1 ?

Thank you

Re: Nagios process at 100% CPU, system is crawling

Posted: Thu Aug 09, 2018 3:24 pm
by scottwilkerson
The maint branch has all of this resolved
https://github.com/NagiosEnterprises/na ... tree/maint

But also make sure you don't have multiple nagios parent processes running.

Code: Select all

ps -ef|grep nagios.cfg

Re: Nagios process at 100% CPU, system is crawling

Posted: Mon Aug 13, 2018 4:04 am
by amprantino
Yes, its fixed

Best Regards

Re: Nagios process at 100% CPU, system is crawling

Posted: Mon Aug 13, 2018 7:48 am
by scottwilkerson
amprantino wrote:Yes, its fixed

Best Regards
Locking