[rrd-users] once a day rrd update

Brian F. rrd at cv.net
Fri May 18 17:36:56 CEST 2007


Greetings all,

This is a one off rrd for me, and i have a question about how to create
an rrd that will only get an update once a day.

I used the RRDs perl module to do the following.

 RRDs::create ( $rrd, "--step",86400,
        "DS:pop:GAUGE:172800:U:U",
        "DS:web:GAUGE:172800:U:U",
        "DS:mstrpre:GAUGE:172800:U:U",
        "DS:mstrpost:GAUGE:172800:U:U",
        "DS:mtaint:GAUGE:172800:U:U",
        "DS:mtaool:GAUGE:172800:U:U",
        "DS:mtaproc:GAUGE:172800:U:U",
        "RRA:AVERAGE:0.5:1:365");

Which created.

                      pop           web       mstrpre      mstrpost
mtaint        mtaool       mtaproc

1179360000: NaN NaN NaN NaN NaN NaN NaN
1179446400: NaN NaN NaN NaN NaN NaN NaN
1179532800: NaN NaN NaN NaN NaN NaN NaN

This is three days in the past 8:00AM once a day.
Shouldn't i get 365 rows going forward?

Regards,
Brian

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.oetiker.ch/pipermail/rrd-users/attachments/20070518/1f3c7ff2/attachment.html 


More information about the rrd-users mailing list