[rrd-users] Re: Deleting/Modifying data in RRD?

Bill Z. bgk at hotunix.com
Thu Apr 1 20:12:19 MEST 2004


Thanks a lot Miguel.  That worked great.  Here's what I ran:

rrdtool dump db.rrd > db.xml
sed 's/oldvalue/newvalue' db.xml >tmp; mv tmp db.xml
rrdtool restore db.xml db.rrd

Bill

On Wed, 31 Mar 2004, Miguel wrote:
> You could do a dump, modify the XML file, and then restore.
>
> Bill Z. wrote:
>
> > Is it possible to manually modify an entry in an RRD DB?
> > For example, removing an entire entry from the DB?
> >
> > Thanks,   -Bill
> >
> >
> > --
> > Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
> > Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
> > Archive     http://www.ee.ethz.ch/~slist/rrd-users
> > WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi
> >
> >
> >
>

--
Unsubscribe mailto:rrd-users-request at list.ee.ethz.ch?subject=unsubscribe
Help        mailto:rrd-users-request at list.ee.ethz.ch?subject=help
Archive     http://www.ee.ethz.ch/~slist/rrd-users
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi



More information about the rrd-users mailing list