This is what is in your file
Code: Select all
RRDTOOL = /bin/rrdtoolCode: Select all
RRDTOOL = /usr/bin/rrdtoolCode: Select all
whereis rrdtoolSave the file and restart the daemons by running the following as root
Code: Select all
service npcd restart
service nagios restartIf not, run the following commands and upload the /tmp/info.txt file as an attachment to this post.
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