How? I have<br><br>        DEF:Inside=/var/digitemp/temperature.rrd:in:AVERAGE<br>        LINE1:Inside#3333CC:&quot;Inside&quot;<br>GPRINT:Inside:AVERAGE:&quot;\t%6.2lf °C&quot; &lt;- this is the average I want to plot<br>
<br>which give me the &quot;ordinary&quot; graph.  If I have<br><br>VDEF:avg=Inside,AVERAGE<br>LINE1:avg#3333CC:&quot;Average&quot;<br><br>I get a straight&nbsp;horizontal line.<br><br><div><span class="gmail_quote">On 11/21/07, 
<b class="gmail_sendername">Simon Hobson</b> &lt;<a href="mailto:linux@thehobsons.co.uk">linux@thehobsons.co.uk</a>&gt; wrote:</span><blockquote class="gmail_quote" style="margin-top: 0; margin-right: 0; margin-bottom: 0; margin-left: 0; margin-left: 0.80ex; border-left-color: #cccccc; border-left-width: 1px; border-left-style: solid; padding-left: 1ex">
Petteri Matilainen wrote:<br><br>&gt;I&#39;m currently graphing daily, weekly, monthly and yearly inside and<br>&gt;outside temperatures. The temperature values are fetched from SQL<br>&gt;database and then put into temperatures.rrd
. I have a cron job that<br>&gt;runs this every 5 minutes. Then I wanted to graph average<br>&gt;temperatures too. I didn&#39;t think of any other way but to read<br>&gt;average temps from temperatures.rrd and them into a new rrd,
<br>&gt;averages.rrd. Then I graph averages.rrd as usual.<br><br>Why don&#39;t you just graph the averages you already have in temperatures.rrd ?<br><br>_______________________________________________<br>rrd-users mailing list
<br><a href="mailto:rrd-users@lists.oetiker.ch">rrd-users@lists.oetiker.ch</a><br><a href="https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users">https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users</a><br></blockquote></div>
<br>