Code

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)
commitd991ba068ba464d75123c0859c3d3e8bcd05bf8d
treefc2ed554bebba719c65b4c4644c2d859d823a330
parent707fad9e415cfa2a55649c973c015bb44e19df45
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@2060 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_fetch.c