<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.3">
</HEAD>
<BODY>
Greetings all,<BR>
<BR>
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.<BR>
<BR>
I used the RRDs perl module to do the following.<BR>
<BR>
RRDs::create ( $rrd, "--step",86400,<BR>
"DS:pop:GAUGE:172800:U:U",<BR>
"DS:web:GAUGE:172800:U:U",<BR>
"DS:mstrpre:GAUGE:172800:U:U",<BR>
"DS:mstrpost:GAUGE:172800:U:U",<BR>
"DS:mtaint:GAUGE:172800:U:U",<BR>
"DS:mtaool:GAUGE:172800:U:U",<BR>
"DS:mtaproc:GAUGE:172800:U:U",<BR>
"RRA:AVERAGE:0.5:1:365");<BR>
<BR>
Which created.<BR>
<BR>
pop web mstrpre mstrpost mtaint mtaool mtaproc<BR>
<BR>
1179360000: NaN NaN NaN NaN NaN NaN NaN<BR>
1179446400: NaN NaN NaN NaN NaN NaN NaN<BR>
1179532800: NaN NaN NaN NaN NaN NaN NaN<BR>
<BR>
This is three days in the past 8:00AM once a day.<BR>
Shouldn't i get 365 rows going forward?<BR>
<BR>
Regards,<BR>
Brian<BR>
<BR>
</BODY>
</HTML>