Performance Graph broken

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Re: Performance Graph broken

Post by vmesquita »

About 10 minutes passed and the new file is still empty. The ones I deleted were also empty.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Performance Graph broken

Post by abrist »

Still receiving the "file not found" error?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Performance Graph broken

Post 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
Be sure to check out our Knowledgebase for helpful articles and solutions!
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Re: Performance Graph broken

Post 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
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Performance Graph broken

Post 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.
Be sure to check out our Knowledgebase for helpful articles and solutions!
vmesquita
Posts: 315
Joined: Fri Aug 10, 2012 12:52 pm

Re: Performance Graph broken

Post by vmesquita »

It's working again. Thank you.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Performance Graph broken

Post by abrist »

Great.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Locked