Re: Perfdata graphs empty
Posted: Tue Oct 13, 2015 8:23 pm
This is the source of the problem:
What is the output of:
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.
I suspect rrdtool is no longer at version 1.4.4 which is required for rrdcached.RRDs::update ERROR unknown option '--daemon=unix:/var/rrdtool/rrdcached/rrdcached.sock'
What is the output of:
Code: Select all
rrdtoolhttp://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.