[rrd-users] Re: problems with rrdtool restore of modified XML
Agustin Muñoz
agustin at cast-info.es
Thu May 17 11:21:51 MEST 2001
Helo Red,
I was a trouble closer like this. Finally I opted to create a new
database declaring the --start as the first date the other database have
a data.
Then I run a script like
for each line in $RRDTOOL fetch $FILE AVERAGE --start $DATE; do
$RRDTOOL update [here the different data I retrieve]
done
You also can create a new database and fill the new and the old
database, extracting the old data from the old file and the new data
from the new file.
Happy trails
Agustin
Reid Maynard wrote:
>
> <backstory> I had to add new mibs and hench made new rrd files. I have used the
> rrdtool dump command and dump old & new rrd's. I wrote a C program to merge the
> data [looks fine and a 3rd party XML viewer sees the new XML fine].
>
> PROBLEM: doing a rrdtool restore on the new XML file results immediately in a
> error:
> ERROR: No <v> tag found
>
> okay, so I count the number of <v> and </v> tags, all iterations have 3600 of
> each. No weird characters I can find with a Hex editor....
>
> help!
>
> tia
>
> Reid Maynard
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
>
> --
> 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