src/rrd_fetch.c: Use "rrdc_fetch" if daemon is available.
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 29 Mar 2010 17:05:33 +0000 (17:05 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Mon, 29 Mar 2010 17:05:33 +0000 (17:05 +0000)
commit8376d76a350448c3bbf1258d76ac6bd52c60ec46
tree085bef6ea3316c2874a5c7ad6dd0c0380c398498
parent7953cece011b214be4a2663beaa46149c8c58eee
src/rrd_fetch.c: Use "rrdc_fetch" if daemon is available.
Instead of flushing the file via the connection to the daemon and then
accessing it directly, use the "FETCH" command to access the file via
the RRDCacheD. This removes ambiguities with absolute and relative paths
and makes it possible to read data from files that are not available
locally. -- Florian

git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@2060 a5681a0c-68f1-0310-ab6d-d61299d08faa
src/rrd_fetch.c