<div dir="ltr">Hi,<div><br></div><div>I would like to have one RRD file with all my indoor temperatures. One DS per room. My problem is that I receive temperature updates as individual events, thus I would like to update the DS&#39;s in the RRD file with individual update calls.</div>
<div><br></div><div>In hope of having --template solving this for me, I tried something like this:</div><div>







<p class="">/<span class="">usr</span>/bin/<span class="">rrdtool</span> update /home/<span class="">pakerfeldt</span>/<span class="">rrd</span>/temperatures.rrd --template bedroom1 N:19.92</p>
<p class="">/<span class="">usr</span>/bin/<span class="">rrdtool</span> update /home/<span class="">pakerfeldt</span>/<span class="">rrd</span>/temperatures.rrd --template bedroom2 N:20.23</p>
<p class="">/<span class="">usr</span>/bin/<span class="">rrdtool</span> update /home/<span class="">pakerfeldt</span>/<span class="">rrd</span>/temperatures.rrd --template bedroom3 N:20.51</p><p class="">But what I experience is that two of the DS store values ~1.5. I believe it&#39;s bedroom2 and bedroom3 that get wrong values. While one of them seems to have decent values stored.</p>
<p class="">So, obviously I&#39;m doing something wrong with --template or it&#39;s not supposed to be used this way. Can I solve my problem in some other way or do I have to split it up into different RRD files?</p><p class="">
Thanks,</p><p class="">på</p></div></div>