NCPD log entry

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

NCPD log entry

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NCPD log entry

Post 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
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
dbcummings
Posts: 130
Joined: Thu Dec 13, 2018 8:37 am

Re: NCPD log entry

Post by dbcummings »

Thanks. That seemed to correct the issue.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: NCPD log entry

Post by scottwilkerson »

dbcummings wrote:Thanks. That seemed to correct the issue.
Great!

Locking thread
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked