At 05:48 2003-05-15, anthony wrote: >Hi there ! >I created my RRD with the default step 300 seconds. >I use version 1.40 of RRD Tool under Linux Mandrake 9. >I would like to know if it would be possible to update my RRD Step without >losing the data that it contains.
You *could* change the step using dump, edit, restore, but this would not give the results you want. There is no timestamp stored with each data point, so changing the step would change the time rrdtool associated with each data point. Double-plus-ungood. You could get something close by dumping the rrd, munging the xml to produce the required update lines, creating a new rrd with the new step and updating with the old data. SMOP. >I do not want to lose current ddb. >Thanks for contacting me as soon as you can, > >Have a nice Day, > > >-- >Unsubscribe mailto:[EMAIL PROTECTED] >Help mailto:[EMAIL PROTECTED] >Archive http://www.ee.ethz.ch/~slist/rrd-users >WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi Thomas Erskine <[EMAIL PROTECTED]> +1.613.591.8490 -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
