[rrd-users] Re: Importing data from ascii files.
Torleiv Flatebo Ringer
ringert at consumption.net
Mon Oct 29 13:14:28 MET 2001
I had the same problem last night, and my theory was shot, as I had the same
error message.
What you can do is 'rrdtool dump file.rrd > file.dump' then edit the
resulting xml file, and then use rrdtool to import the data back
into the rrd file. Works great.
You could easily make a program to insert the values for you since it
is in xml.
torleiv
what you said
>
> Trouble is, I tried that and I get the following message;
>
> $ /usr/local/rrdtool/bin/rrdtool update testccase.rrd "996019200:7"
> ERROR: illegal attempt to update using time 996019200 when last update time is 1004355231 (minimum one second step)
>
> Jon.
>
> -----Original Message-----
> From: Torleiv Flatebo Ringer [mailto:ringert at consumption.net]
> Sent: 26 October 2001 19:04
> To: Wilks Jonathan-BJW002
> Cc: rrd-users at list.ee.ethz.ch
> Subject: Re: [rrd-users] Importing data from ascii files.
>
>
> Should be easy to do, just add data at the right time stamps. Create an
> rrd file that spans the right time period (two years for example). You should
> then be able to "update" the rrd file with the "old" timestamps.
>
> If you want to keep the data around forever, then you need to be careful
> about making sure that the "round robin" doesn't end before you want
> it to (make sure that your rrd file is big or long enough).
>
> torleiv
>
> what you said
>
> >
> > Does anyone know if it is possible to add archive data to an rdd file? I monitor license usage data with rrd and I have some legacy data in ascii files that I would like to add.
> >
> > Regards.
> >
> > Jon Wilks
> >
> > --
> > 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
> >
>
>
--
second gear, redline, bliss
--
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