<!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, &quot;--step&quot;,86400,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DS:pop:GAUGE:172800:U:U&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DS:web:GAUGE:172800:U:U&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DS:mstrpre:GAUGE:172800:U:U&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DS:mstrpost:GAUGE:172800:U:U&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DS:mtaint:GAUGE:172800:U:U&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DS:mtaool:GAUGE:172800:U:U&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;DS:mtaproc:GAUGE:172800:U:U&quot;,<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &quot;RRA:AVERAGE:0.5:1:365&quot;);<BR>
<BR>
Which created.<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pop&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; web&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mstrpre&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mstrpost&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mtaint&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mtaool&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 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>