Hello all,

I have made a database with one data-source. Information of this data-source
is stored in different RRA's with different intervals for different time
spans.


Database create command:


rrdtool create /root/mde.rrd --step 300 \
DS:kwh1:COUNTER:600:U:U \
RRA:LAST:0.5:1:2016 \
RRA:LAST:0.5:3:2921 \
RRA:LAST:0.5:12:8765 \
RRA:LAST:0.5:288:1826


The first RRA stores the stores the new value minus the last value (as
expected). The other once store only the last result of the first RRA en
dont store the new value minus there own last value. Am i doing something
wrong or isn't this possible?

Thanks in advance

Therry Angenenet


--
View this message in context: 
http://rrd-mailinglists.937164.n2.nabble.com/COUNTER-data-source-with-LAST-consolidation-tp6271960p6271960.html
Sent from the RRDtool Users Mailinglist mailing list archive at Nabble.com.

_______________________________________________
rrd-users mailing list
[email protected]
https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Reply via email to