Page 4 of 4

Re: Performance Graph broken

Posted: Mon Sep 16, 2013 2:11 pm
by vmesquita
About 10 minutes passed and the new file is still empty. The ones I deleted were also empty.

Re: Performance Graph broken

Posted: Mon Sep 16, 2013 2:14 pm
by abrist
Still receiving the "file not found" error?

Re: Performance Graph broken

Posted: Mon Sep 16, 2013 2:22 pm
by lmiltchev
Can you run the following command and show us the output?

Code: Select all

grep "RRD_DAEMON_OPTS" /usr/local/nagios/etc/pnp/process_perfdata.cfg

Re: Performance Graph broken

Posted: Mon Sep 16, 2013 3:57 pm
by vmesquita
Yes, still the same error in the logfile.

This is the ouput:

Code: Select all

[root@nagios ~]# grep "RRD_DAEMON_OPTS" /usr/local/nagios/etc/pnp/process_perfdata.cfg
RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached.sock

Re: Performance Graph broken

Posted: Mon Sep 16, 2013 4:27 pm
by lmiltchev
I may be wrong but I believe you need to have:

Code: Select all

RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached/rrdcached.sock
not

Code: Select all

RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached.sock
Change it, then run:

Code: Select all

service rrdcached restart
Wait for a while and see if this is going to help.

Re: Performance Graph broken

Posted: Tue Sep 17, 2013 4:12 pm
by vmesquita
It's working again. Thank you.

Re: Performance Graph broken

Posted: Tue Sep 17, 2013 4:31 pm
by abrist
Great.