sorry, we are talking about nagios core. my installation is running on nagios core. on nagios machine, only nagios daemon, gearmand server, pnp4nagios and http is running. but its the test machine, on gui, there is only 2-3 users are active.
regards.
pnp4nagios/mod gearman/nagios 4.1
Re: pnp4nagios/mod gearman/nagios 4.1
Thanks for the clarification. Perl checks alone will run pretty memory intensive, and because of this I believe upgrading to at least 16GB would help you out a lot.
Are you offloading SQL for this machine or is it all hosted locally on the Nagios machine?
What are your CPU loads looking like?
Are you offloading SQL for this machine or is it all hosted locally on the Nagios machine?
What are your CPU loads looking like?
Former Nagios Employee
-
yesilyurtav
- Posts: 16
- Joined: Mon Jun 08, 2015 11:28 am
Re: pnp4nagios/mod gearman/nagios 4.1
no, I'm not offloading sql, all hosted locally on nagios machine. But checks run by workers.
cpu load is not too much (between 1 and 2) when only nagios runs, when pnp runs with 300 worker/threads, cpu load will be 300 !!! Due to this prolem, pnp runs on seperated machine, not in nagios.
regards.
cpu load is not too much (between 1 and 2) when only nagios runs, when pnp runs with 300 worker/threads, cpu load will be 300 !!! Due to this prolem, pnp runs on seperated machine, not in nagios.
regards.
Re: pnp4nagios/mod gearman/nagios 4.1
Offloading your SQL may help out to take a load off of your memory, as well as increasing your ram. Will you try increasing it to 16GB and let us know if that helps to fix out the issue?
Former Nagios Employee