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:[EMAIL PROTECTED] > > Help mailto:[EMAIL PROTECTED] > > Archive http://www.ee.ethz.ch/~slist/rrd-users > > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > > > > > > -- 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
