Hello, during the generation of some rrds I made a mistake:
rrdtool create $LOCATION.rrd --step 60 \ DS:srv1_$LOCATION:GAUGE:120:0:U \ DS:srv2_$LOCATION:GAUGE:120:0:U \ DS:srv3_$LOCATION:GAUGE:120:0:U \ ... RRA:AVERAGE:0.5:1:10080 \ RRA:AVERAGE:0.5:5:8928 \ RRA:AVERAGE:0.5:15:35040 \ RRA:AVERAGE:0.5:86400:3650 \ # 60 days data for 10 years the last line should be: RRA:AVERAGE:0.5:1440:3650 # 1 day data for 10 years unfortunately i reccorded data for half a year to the incorrect rrd. Is there a simple way to import the data to a correct rrd? Thanks. Kind regards, Andreas -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
