[rrd-users] Re: Using update to insert legacy values into an existing RRD archive?

2007-01-15 Thread Rob Newman
Thanks Leif, All - Is there not a way to update an RRD archive by giving it a file of timestamp - value pairs and doing a bulk update? Or do I have to do: rrdtool update time1 value1 rrdtool update time2 value2 rrdtool update time3 value3 for the thousands of legacy data values I want to put

[rrd-users] Building RRDTool Python bindings on OS X

2007-01-15 Thread Chris Miles
The RRDTool Python bindings don't build on OS X. I have written up the steps to get them to build. http://chrismiles.livejournal.com/19122.html Is anyone maintaining the Python bindings? Cheers, Chris Miles -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive

[rrd-users] ERR: can't handle RRD file version 0003

2007-01-15 Thread Joe Loiacono
ERR: can't handle RRD file version 0003 I'm getting this error. Is it a problem of too old a version of RRDs.pm? RRDs.pm version: 1.000481 RRDtool version: 1.2.12 Thanks, Joe -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive

[rrd-users] Re: ERR: can't handle RRD file version 0003

2007-01-15 Thread Tobias Oetiker
Hi Joe, make sure you have RRDs.pm matching your rrdtool installation ... cheers tobi Yesterday Joe Loiacono wrote: ERR: can't handle RRD file version 0003 I'm getting this error. Is it a problem of too old a version of RRDs.pm? RRDs.pm version: 1.000481 RRDtool version: 1.2.12 Thanks,