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.
NCPD log entry
-
scottwilkerson
- DevOps Engineer
- Posts: 19396
- Joined: Tue Nov 15, 2011 3:11 pm
- Location: Nagios Enterprises
- Contact:
Re: NCPD log entry
Edit /usr/local/nagios/etc/pnp/npcd.cfg
change this
to this
then restart NPCD
change this
Code: Select all
load_threshold = 10.0Code: Select all
load_threshold = 100.0-
dbcummings
- Posts: 130
- Joined: Thu Dec 13, 2018 8:37 am
Re: NCPD log entry
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
Great!dbcummings wrote:Thanks. That seemed to correct the issue.
Locking thread