When I try to do a rrdtool update with an older timestamp I get: ERROR: illegal attempt to update using time 1042731000 when last update time is 1043099100 (minimum one second step)
Does this mean I can't use rrdtool update to add missing historical data? Why not? -----Original Message----- From: Dulac, Daniel (Dan) [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 1:40 PM To: Vargas, Miguel; '[email protected]' Subject: RE: [rrd-users] populate RRD with old data It will properly update each RRA as long as each update time-stamp is close to your 'step' interval--in your case, 900 seconds. -----Original Message----- From: Vargas, Miguel [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 15, 2003 1:40 PM To: '[email protected]' Subject: [rrd-users] populate RRD with old data I have a database with two years of 15min router interface utilization data. I would like to get this data into RRD so I can graph it MRTG style, i.e. daily, weekly, monthly, yearly. I created RRAs like this: rrdtool create $ifname.rrd --start 1009861200 --step 900 DS:In:GAUGE:3600:U:U DS:Out:GAUGE:3600:U:U RRA:AVERAGE:0.5:1:128 RRA:AVERAGE:0.5:2:432 RRA:AVERAGE:0.5:8:420 RRA:AVERAGE:0.5:96:390 RRA:MAX:0.5:1:128 RRA:MAX:0.5:2:432 RRA:MAX:0.5:8:420 RRA:MAX:0.5:96:390 My question is, how do I populate my RRAs with the old data? If I do a rrdtool update with a time stamp from a year ago, will it go into the correct RRA? This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and privileged information of Transaction Network Services. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. -- 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
