[drraw-users] drraw-2.2a3 was: Drraw-2.23a -- cannot find RRA?

Christophe Kalt kalt at taranis.org
Wed May 16 19:11:34 EDT 2007


On May 16, Andy Mayhew wrote:
| Sorry, I was working off of a slightly older 2.2 source set.
| Should be around line 2698, changing
|                  = RRDs::fetch($file, $cf, '-s', $last, '-e', $last);
| to
|                  = RRDs::fetch($file, $cf);

Sigh, that's a bit furstrating.  Which version of rrdtool are
you using, Andy?

The code used to be 
	RRDs::fetch($file, $cf, '-s', 0, '-e', 0);
as your first diff showed, but i recently changed it to
	RRDs::fetch($file, $cf, '-s', $last, '-e', $last);
after someone with rrdtool 1.2.19 reported an error with the
older code.  But now, Tanya's telling us that 1.2.17 does not
like the new code.. sigh.

I'll test tomorrow whether two arguments alone works with
1.0.x.


More information about the drraw-users mailing list