« Return to Thread: Insert OLD data into RRD files

Insert OLD data into RRD files

by Alexander Skwar-6 :: Rate this Message:

Reply to Author | View in Thread

Hello!

Is there a way to insert OLD data into RRD files? I tried:

$ rrdtool updatev 269.rrd 1241121600:852
return_value = -1
ERROR: 269.rrd: illegal attempt to update using time 1241121600 when last update time is 1245323161 (minimum one second step)

Searching the lists, I found a post from 2003 http://osdir.com/ml/db.rrdtool.user/2003-01/msg00128.html
which says, that it's not possible to load old data.

Is that still true?

What would I need to do, to get old data into my RRD file(s)?

- Dump contents
- Create empty new RRD file
- Load data, INCLUDING old data and dumped content

Would that be the correct approach?

The RRD files have been created by Cacti and I don't have
the slightest clue HOW they were created. Given the following
rrdtool dumped XML file (where I removed ALL the values
in the <database> sections), what would be the command
to recreate the RRD file?

http://files.getdropbox.com/u/135660/Cacti/269.rrd.blank.xml

Thanks a lot,

Alexander
--
[[ http://zensursula.net ]]
[ Soc. => http://twitter.com/alexs77 | http://www.plurk.com/alexs77 ]
[ Mehr => http://zyb.com/alexws77 ]
[ Chat => Jabber: alexws77@... | Google Talk: a.skwar@... ]
[ Mehr => AIM: alexws77 ]



_______________________________________________
rrd-users mailing list
rrd-users@...
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

 « Return to Thread: Insert OLD data into RRD files