<div dir="ltr"><div>That's an RRD "feature".  Due to how it consolidates data over the longer views, the initial graph is over 5 minutes, the next one is across 15 minutes, etc.  This tends to smooth out interesting events over time.  This is one the the biggest shortcomings of RRD and why other time-series databases have been created...like whisper for Graphite or Prometheus data store.  I wish the Xymon would easily let you replace RRD with a different graphing tool.<br></div><br>=G=<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 15, 2017 at 8:19 AM, Steffan <span dir="ltr"><<a href="mailto:mailinglist@tikklik.nl" target="_blank">mailinglist@tikklik.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I have my values in mysql<br>
the values are every 15 minutes generated.<br>
<br>
Im now using this<br>
/usr/bin/rrdtool graph '.$filename.' --step 900 --imgformat=PNG --title "'.$title.'" --slope-mode  --vertical-label="Wh" --alt-autoscale-max --start='.$start.' --end=+1hours --width=600 --height=300 "DEF:min='.$DS_BASE.':min:<wbr>AVERAGE" "AREA:min#00FF00:Opbrengst" GPRINT:min:LAST:" Current\:%8.2lf %sW"  GPRINT:min:AVERAGE:"Average\:%<wbr>8.2lf %sW" GPRINT:min:MAX:"Maximum\:%8.<wbr>2lf %sW\n"<br>
<br>
The problem that I have is that the older values (month graph) has lower values ( I think average)<br>
Is there a way to prevent this is happening?<br>
<br>
<br>
Steffan<br>
<br>
______________________________<wbr>_________________<br>
Xymon mailing list<br>
<a href="mailto:Xymon@xymon.com">Xymon@xymon.com</a><br>
<a href="http://lists.xymon.com/mailman/listinfo/xymon" rel="noreferrer" target="_blank">http://lists.xymon.com/<wbr>mailman/listinfo/xymon</a><br>
</blockquote></div><br></div>