Re: Nagios XI no performance graphs
Posted: Tue Jun 20, 2017 9:53 am
The path to the rrdtool in the process_perfdata.cfg file is in a different location than the default path.
This is what is in your file
And this is the default
To find out where the rrdtool is installed on your system, run the following command
If the rrdtool binary is not in the /bin folder, edit the /usr/local/nagios/etc/pnp/process_perfdata.cfg file and adjust the path to the rrdtool.
Save the file and restart the daemons by running the following as root
Wait for about 15 minutes and see if the graphs start to populate.
If not, run the following commands and upload the /tmp/info.txt file as an attachment to this post.
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