[rrd-users] Once a day rrd update (resending becasue of a bad reply address)
Brian F.
rrd at cv.net
Fri May 18 17:50:17 CEST 2007
This is a resend because i fat fingered my reply address as rrc at cv.net
not the correct rrd at cv.net .
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/59c9391d/attachment.htm
More information about the rrd-users
mailing list