[rrd-developers] Re: API for reading RRD metadata

2001-10-08 Thread Tiago Pedroso
On Fri, Oct 05, 2001 at 02:13:24AM -0400, Matt Zimmerman wrote: On Thu, Oct 04, 2001 at 05:10:41PM +0100, Tiago Pedroso wrote: As for the second level API... it isn't finished yet... have only implemented the functions i needed... but don't mind to share my current version if anyone is

[rrd-developers] Re: API for reading RRD metadata

2001-10-04 Thread Tobias Oetiker
Yesterday Matt Zimmerman wrote: Apologies if this has come up before... I haven't been following RRDtool 1.1.x development, but I'm wondering whether it will include an API for reading the DS, RRA, PDP and CDP definitions. Cricket needs some of this data, and currently includes a Perl

[rrd-developers] Re: API for reading RRD metadata

2001-10-04 Thread Tiago Pedroso
On Thu, Oct 04, 2001 at 12:08:23AM +0200, Alex van den Bogaerdt wrote: Matt Zimmerman wrote: I haven't been following RRDtool 1.1.x development, but I'm wondering whether it will include an API for reading the DS, RRA, PDP and CDP definitions. Perhaps I do not understand what you're

[rrd-developers] Re: API for reading RRD metadata

2001-10-04 Thread Tobias Oetiker
Today Tiago Pedroso wrote: wouldn't it be great to have things like this: my $rrd = RRD-new-( filename = my.rrd ); my $info = $rrd-info(); foreach my $elem (keys %{$info-{ds}} { print dsname = $elem\n; print dst = .$info-{ds}{$elem}{type}.\n; print hb =