<div class="moz-text-flowed" style="font-family: -moz-fixed; font-size: 12px;" lang="x-western">Hello everybody,
<br>
<br>we got graphs showing our data for the last day, week, month, 
year. However, the week-graph only shows the last 3 days and never more (yes, it runs since a much longer time already).<br>
<br>From parameters it <b class="moz-txt-star"><span class="moz-txt-tag">*</span>should<span class="moz-txt-tag">*</span></b> be ok - I am already the second person to 
examine this and we both couldn&#39;t find any error. <span class="moz-smiley-s2"><span> :( </span></span>
<br>
<br>Here our database definition:
<br><br>            RRDs::create &quot;$rrd/$_[0].rrd&quot;,<br>                        &quot;-s 60&quot;,<br>                        &quot;DS:crs1:GAUGE:600:0:140&quot;,<br>                        &quot;DS:crs2:GAUGE:600:0:140&quot;,<br>
                        &quot;DS:crs3:GAUGE:600:0:180&quot;,<br>                        &quot;DS:crs4:GAUGE:600:0:180&quot;,<br>                        &quot;DS:crs5:GAUGE:600:0:180&quot;,<br>                        &quot;DS:crs6:GAUGE:600:0:180&quot;,<br>
                        &quot;DS:crs7:GAUGE:600:0:180&quot;,<br>                        &quot;DS:crs8:GAUGE:600:0:180&quot;,<br>                        &quot;RRA:AVERAGE:0.5:1:1440&quot;,<br>                        &quot;RRA:AVERAGE:0.5:30:336&quot;,<br>
                        &quot;RRA:AVERAGE:0.5:120:3600&quot;,<br>                        &quot;RRA:AVERAGE:0.5:1440:797&quot;,<br>                        &quot;RRA:MAX:0.5:1:600&quot;,<br>                        &quot;RRA:MAX:0.5:6:700&quot;; <br>

<br>
So this
<br>
<br>&quot;RRA:AVERAGE:0.5:1:1440&quot;,
<br>&quot;RRA:AVERAGE:0.5:30:336&quot;,
<br>
<br>should be ok for having data for a week? Every 30 minutes one data point 
makes 336 data points for a week, right? We even tried with 700, without 
any change.
<br>
<br>Any help would be appreciated.
:-)<br>
<br>Greetings,
<br>Karsten<br></div>