Performance Graph broken
Re: Performance Graph broken
About 10 minutes passed and the new file is still empty. The ones I deleted were also empty.
Re: Performance Graph broken
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.
"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.
Re: Performance Graph broken
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.cfgBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Performance Graph broken
Yes, still the same error in the logfile.
This is the ouput:
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
I may be wrong but I believe you need to have:
not
Change it, then run:
Wait for a while and see if this is going to help.
Code: Select all
RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached/rrdcached.sockCode: Select all
RRD_DAEMON_OPTS = unix:/var/rrdtool/rrdcached.sockCode: Select all
service rrdcached restartBe sure to check out our Knowledgebase for helpful articles and solutions!
Re: Performance Graph broken
It's working again. Thank you.
Re: Performance Graph broken
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.
"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.