No Performance graph showing
No Performance graph showing
No performance graph showing. Performance graph was showing before but not now. How I can troubleshoot it.
Re: No Performance graph showing
I am receiving this error in the log file /usr/local/nagios/var/perfdata.log
RRDs::update ERROR Unable to connect to rrdcached: No such file or directory
RRDs::update ERROR Unable to connect to rrdcached: No such file or directory
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: No Performance graph showing
Hello @ar0431,
According to the error message, it looks like the daemon is not running. Let's run the following commands and post the output to verify the status.
Just to verify, did you follow these instructions for installing rrdcached? Thanks.
Using rrdcached with Nagios XI
According to the error message, it looks like the daemon is not running. Let's run the following commands and post the output to verify the status.
Code: Select all
systemctl status rrdcached
ls -la /tmp/rrd.journal*
### Check disk space
df -h
Using rrdcached with Nagios XI
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: No Performance graph showing
Sorry, I actually accidentally turn-on the option "rrd_daemon_opts" in the /usr/local/nagios/etc/pnp/process_perfdata.cfg file. I just restart the npcd service again and now graphs are working fine. I will read about "rrdcached" and then I will try it.
-
benjaminsmith
- Posts: 5324
- Joined: Wed Aug 22, 2018 4:39 pm
- Location: saint paul
Re: No Performance graph showing
Hello @ar0431,
Glad to hear it's working. I'll keep this thread open for now and just let us know if you have any other questions.I just restart the npcd service again and now graphs are working fine. I will read about "rrdcached" and then I will try it.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Be sure to check out our Knowledgebase for helpful articles and solutions!