Thanks for the updates,
Question; do you see a file count on this:
Code: Select all
watch 'ls /usr/local/nagios/var/spool/perfdata/ | wc -l'
Code: Select all
systemctl stop npcd
Code: Select all
systemctl start npcd
Code: Select all
vi /usr/local/nagios/etc/pnp/npcd.cfg
- Threshold value is changed from xx to 28 as it was reaching threshold breach with 10. [list]
- load_threshold = xx.x to load_threshold = 28.0
- TIMEOUT = x to TIMEOUT = 40
Restart the npcd service:
Code: Select all
systemctl restart npcd
Want to get a copy of the 'process_perfdata.pl' and directory structure list so we can see ownership and permissions.
Code: Select all
tar -czvf /tmp/processperf.tar.gz /usr/local/nagios/libexec/process_perfdata.pl
Code: Select all
whereis rrdtool >/tmp/info.txt
ls -al /usr/local >>/tmp/info.txt
ls -alR /usr/local/nagios >>/tmp/info.txt
ls -alR /usr/local/nagiosxi >>/tmp/info.txt
tail -100 /usr/local/nagios/var/npcd.log >>/tmp/info.txt
Perry