Performance update are not happening regularly

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
srivemp1
Posts: 18
Joined: Thu Sep 19, 2019 7:25 am

Performance update are not happening regularly

Post by srivemp1 »

Hi,

Performance update are not happening regularly based on the logs I provided below I came to know that its not updating regularly

[root@nagmonm101 libexec]# tail -n 25 /usr/local/nagios/var/perfdata.log
2020-06-07 06:01:59 [9960] [0] *** process_perfdata.pl terminated on signal ALRM
2020-06-08 06:01:00 [8710] [0] *** TIMEOUT: Timeout after 5 secs. ***
2020-06-08 06:01:00 [8710] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2020-06-08 06:01:00 [8710] [0] *** TIMEOUT: Please check your npcd.cfg
2020-06-08 06:01:01 [8715] [0] *** TIMEOUT: Timeout after 5 secs. ***
2020-06-08 06:01:01 [8715] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2020-06-08 06:01:01 [8715] [0] *** TIMEOUT: Please check your npcd.cfg
2020-06-08 06:01:01 [8714] [0] *** TIMEOUT: Timeout after 5 secs. ***
2020-06-08 06:01:01 [8714] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2020-06-08 06:01:01 [8714] [0] *** TIMEOUT: Please check your npcd.cfg
2020-06-08 06:01:01 [8710] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1591610433.perfdata.host-PID-8710 deleted
2020-06-08 06:01:01 [8714] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1591610448.perfdata.service-PID-8714 deleted
2020-06-08 06:01:01 [8712] [0] *** TIMEOUT: Timeout after 5 secs. ***
2020-06-08 06:01:01 [8714] [0] *** Timeout while processing Host: "daledhk203.os.s.net.ibm.com" Service: "_tmp_Disk_Usage"
2020-06-08 06:01:01 [8710] [0] *** Timeout while processing Host: "sparkmaster.innovate.ibm.com" Service: "_HOST_"
2020-06-08 06:01:01 [8714] [0] *** process_perfdata.pl terminated on signal ALRM
2020-06-08 06:01:01 [8715] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1591610433.perfdata.service-PID-8715 deleted
2020-06-08 06:01:01 [8710] [0] *** process_perfdata.pl terminated on signal ALRM
2020-06-08 06:01:01 [8712] [0] *** TIMEOUT: Deleting current file to avoid NPCD loops
2020-06-08 06:01:01 [8712] [0] *** TIMEOUT: Please check your npcd.cfg
2020-06-08 06:01:01 [8715] [0] *** Timeout while processing Host: "sgmongo101.innovate.ibm.com" Service: "Users"
2020-06-08 06:01:01 [8715] [0] *** process_perfdata.pl terminated on signal ALRM
2020-06-08 06:01:01 [8712] [0] *** TIMEOUT: /usr/local/nagios/var/spool/perfdata//1591610448.perfdata.host-PID-8712 deleted
2020-06-08 06:01:01 [8712] [0] *** Timeout while processing Host: "daledhk101.os.s.net.ibm.com" Service: "_HOST_"
2020-06-08 06:01:01 [8712] [0] *** process_perfdata.pl terminated on signal ALRM
[root@nagmonm101 libexec]# date
Mon Jun 8 10:08:01 EDT 2020


[root@nagmonm101 libexec]# ps -ef | grep npcd
nagios 19069 1 0 Jun05 ? 00:00:30 /usr/local/nagios/bin/npcd -d -f /usr/local/nagios/etc/pnp/npcd.cfg


Please help me to resolve this.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Performance update are not happening regularly

Post by scottwilkerson »

Can you also show the following

Code: Select all

tail -25 /usr/local/nagios/var/npcd.log
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked