Page 2 of 2

Re: Perfdata graphs empty

Posted: Tue Oct 13, 2015 8:23 pm
by Box293
This is the source of the problem:
RRDs::update ERROR unknown option '--daemon=unix:/var/rrdtool/rrdcached/rrdcached.sock'
I suspect rrdtool is no longer at version 1.4.4 which is required for rrdcached.

What is the output of:

Code: Select all

rrdtool
It's it's less than 1.4.4 then follow this document:
http://assets.nagios.com/downloads/nagi ... ios_XI.pdf

If after running this rrdtool is still not 1.4.4 then for some reason rrdtool-1.4.4.tar.gz is not being downloaded/upgraded.

Line 114 in the xi-rrdcached.sh script is downloading this file:
wget http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.4.tar.gz

If for some reason the server cannot download this file, download it and transfer it to the XI server into the same directory as the xi-rrdcached.sh script. Comment out line 114 and then re-run the script and it should fix the problem.

Re: Perfdata graphs empty

Posted: Tue Oct 13, 2015 9:02 pm
by vhoover
That did it Troy. I was running version 1.3.8 of the rrdtool.

Re: Perfdata graphs empty

Posted: Tue Oct 13, 2015 9:14 pm
by Box293
Excellent, glad to get it sorted.

Re: Perfdata graphs empty

Posted: Tue Oct 13, 2015 9:17 pm
by vhoover
I did thanks.

Re: Perfdata graphs empty

Posted: Wed Oct 14, 2015 10:09 am
by rkennedy
Glad to see this worked out. I am going to close this thread, but feel free to open up another if you need more assistance.