<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.5512" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I'll try explain my situation:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I created a RRD file using this 
command:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>rrdtool create test1.rrd --step 300 
\<BR>DS:bitsIn:DERIVE:600:0:U \<BR>DS:bitsOut:DERIVE:600:0:U 
\<BR>RRA:AVERAGE:0.5:1:800 \<BR>RRA:AVERAGE:0.5:6:800 
\<BR>RRA:AVERAGE:0.5:24:800 \<BR>RRA:AVERAGE:0.5:288:800 \<BR>RRA:MAX:0.5:1:800 
\<BR>RRA:MAX:0.5:6:800 \<BR>RRA:MAX:0.5:24:800 
\<BR>RRA:MAX:0.5:288:800</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have many files in server, one by customer. I 
have some scripts wich create and update then (is not the case). Since 2 years 
ago, its work perfectly, showing day, week, month and year graphs.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Howerver, now, i need to keep last 180 days, in 5 
minutes resolution, in this files.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I simply run this command:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>rrdtool resize test1.rrd 0 GROW 52768</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This command, sets 53568 rows for RRA 
0.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>So the rrd file, is now, have the 
format:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>filename = "test1.rrd"<BR>rrd_version = 
"0003"<BR>step = 300<BR>last_update = 1284659413<BR>ds[bitsIn].type = 
"DERIVE"<BR>ds[bitsIn].minimal_heartbeat = 600<BR>ds[bitsIn].min = 
0.0000000000e+00<BR>ds[bitsIn].max = NaN<BR>ds[bitsIn].last_ds = 
"2717969512"<BR>ds[bitsIn].value = 2.9586434783e+05<BR>ds[bitsIn].unknown_sec = 
0<BR>ds[bitsOut].type = "DERIVE"<BR>ds[bitsOut].minimal_heartbeat = 
600<BR>ds[bitsOut].min = 0.0000000000e+00<BR>ds[bitsOut].max = 
NaN<BR>ds[bitsOut].last_ds = "20671586016"<BR>ds[bitsOut].value = 
2.1730013913e+06<BR>ds[bitsOut].unknown_sec = 0<BR>rra[0].cf = 
"AVERAGE"<BR>rra[0].rows = 53568<BR>rra[0].pdp_per_row = 1<BR>rra[0].xff = 
5.0000000000e-01<BR>rra[0].cdp_prep[0].value = 
NaN<BR>rra[0].cdp_prep[0].unknown_datapoints = 0<BR>rra[0].cdp_prep[1].value = 
NaN<BR>rra[0].cdp_prep[1].unknown_datapoints = 0<BR>rra[1].cf = 
"AVERAGE"<BR>rra[1].rows = 800<BR>rra[1].pdp_per_row = 6<BR>rra[1].xff = 
5.0000000000e-01<BR>[...]</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>
<DIV><BR>The big problem:</DIV>
<DIV>&nbsp;</DIV>
<DIV>Before the resize, when i run "rrdtool fetch test1.rrd AVERAGE -r 1800 -s 
-1w", returns:</DIV>
<DIV>&nbsp;</DIV>
<DIV>1284057000: 3.4084031790e+04 2.6132590178e+05<BR>1284058800: 
7.6816654190e+04 3.3766027811e+05<BR>1284060600: 5.3355156897e+04 
3.2887164485e+05<BR>1284062400: 5.8641710980e+04 2.3696226381e+05<BR>1284064200: 
3.8370010026e+04 1.8178822367e+05<BR>[...]</DIV>
<DIV>&nbsp;</DIV>
<DIV>Note that resolution is 1800, wich the diference between the timestamps. 
Therefore, when i generate the graph, it show correctly.</DIV>
<DIV>&nbsp;</DIV>
<DIV>AFTER RESIZE, when i run "rrdtool fetch test1.rrd AVERAGE -r 1800 -s -1w", 
returns:</DIV>
<DIV>&nbsp;</DIV>
<DIV>1284056400: nan nan<BR>1284056700: nan nan<BR>1284057000: nan 
nan<BR>1284057300: nan nan<BR>1284057600: nan nan<BR>[...]</DIV>
<DIV>&nbsp;</DIV>
<DIV>Note that resolution, even forced resolution with "-r 1800" the fetch 
returns rows with resolution of 300 seconds between rows. Therefore, when i 
generate the graph, it is shown wrong, only last 2 days.</DIV>
<DIV>&nbsp;</DIV>
<DIV>What may be happening? Help me!</DIV>
<DIV>&nbsp;</DIV>
<DIV>RRDtool 1.2.15</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>Mário Jr.</DIV>
<DIV>Provedor Via Real</DIV>
<DIV>Wireless ISP</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Ps.: Sorry for my bad english</FONT></DIV></BODY></HTML>