My directory /usr/local/nagios/var/spool/xidpe/ has the file count increasing without the files being processed.
Searched the forum and read the two posts that seemed to apply
http://support.nagios.com/forum/viewtop ... unt#p85103 (my post that was resolved.)
http://support.nagios.com/forum/viewtop ... unt#p79703
/usr/local/nagios/etc/pnp/process_perfdata.cfg set TIMEOUT = 20
/usr/local/nagios/etc/pnp/npcd.cfg set load_threshold = 30.0
File count was >8000
Cleaned the directory using:
Code: Select all
cd /usr/local/nagios/var/spool
rm -rf xidpe
mkdir xidpe
chown nagios.nagios xidpe
chmod 755 xidpeCode: Select all
service npcd stop
killall -9 npcd
service npcd start