Performance data stops collecting.

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
lee.krause
Posts: 86
Joined: Wed Jan 20, 2016 8:38 am

Re: Performance data stops collecting.

Post by lee.krause »

# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 2
On-line CPU(s) list: 0,1
Thread(s) per core: 1
Core(s) per socket: 2
Socket(s): 1
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 47
Model name: Intel(R) Xeon(R) CPU E7- 8837 @ 2.67GHz
Stepping: 2
CPU MHz: 2663.778
BogoMIPS: 5327.55
Hypervisor vendor: VMware
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 24576K
NUMA node0 CPU(s): 0,1
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Performance data stops collecting.

Post by lmiltchev »

Change the "load_threshold" to 20 in the "/usr/local/nagios/etc/pnp/npcd.cfg" file:

Code: Select all

load_threshold = 20.0
and restart npcd:

Code: Select all

service npcd restart
Let us know if this fixed your issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked