Page 1 of 1

NCPD log entry

Posted: Fri Oct 04, 2019 8:57 am
by dbcummings
Hello,

I am seeing this in our logs over and over in our npcd.log:

NPCD: WARN: MAX load reached: load 10.180000/10.000000 at i=32

In addition, I cannot get the Nagiostats Wizard to deploy. I see this in the perfdata.log:

*** Timeout while processing Host: "localhost" Service: "Root_Partition"

This current server has 5K+ hosts and 45k+ checks with 40 cores and 128Gb of memory.

It is a very heavy load, but these are pretty beefy servers.

Re: NCPD log entry

Posted: Fri Oct 04, 2019 9:05 am
by scottwilkerson
Edit /usr/local/nagios/etc/pnp/npcd.cfg

change this

Code: Select all

load_threshold = 10.0
to this

Code: Select all

load_threshold = 100.0
then restart NPCD

Re: NCPD log entry

Posted: Fri Oct 04, 2019 9:28 am
by dbcummings
Thanks. That seemed to correct the issue.

Re: NCPD log entry

Posted: Fri Oct 04, 2019 10:20 am
by scottwilkerson
dbcummings wrote:Thanks. That seemed to correct the issue.
Great!

Locking thread