[rrd-users] week-graph only showing 3 days instead of 7

Karsten Haak karsten.haak at gmail.com
Mon May 11 14:16:38 CEST 2009


 Hello everybody,

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).

>From parameters it **should** be ok - I am already the second person to
examine this and we both couldn't find any error. :(

Here our database definition:

            RRDs::create "$rrd/$_[0].rrd",
                        "-s 60",
                        "DS:crs1:GAUGE:600:0:140",
                        "DS:crs2:GAUGE:600:0:140",
                        "DS:crs3:GAUGE:600:0:180",
                        "DS:crs4:GAUGE:600:0:180",
                        "DS:crs5:GAUGE:600:0:180",
                        "DS:crs6:GAUGE:600:0:180",
                        "DS:crs7:GAUGE:600:0:180",
                        "DS:crs8:GAUGE:600:0:180",
                        "RRA:AVERAGE:0.5:1:1440",
                        "RRA:AVERAGE:0.5:30:336",
                        "RRA:AVERAGE:0.5:120:3600",
                        "RRA:AVERAGE:0.5:1440:797",
                        "RRA:MAX:0.5:1:600",
                        "RRA:MAX:0.5:6:700";

So this

"RRA:AVERAGE:0.5:1:1440",
"RRA:AVERAGE:0.5:30:336",

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.

Any help would be appreciated. :-)

Greetings,
Karsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20090511/f61cae94/attachment.html 


More information about the rrd-users mailing list