Hi, i followed the example of http://iwhite-techworld.blogspot.ca/2014/01/monitor-fireplace-water-temperature.html
It works perfectly. But i don't know how to create rrd file for multiple sensors. here is the rrd file for one sensor: #!/bin/bash rrdtool create fireplace1.rrd --step 300 \ DS:temp:GAUGE:600:0:80 \ RRA:AVERAGE:0.8:1:12 \ RRA:AVERAGE:0.8:1:288 \ RRA:AVERAGE:0.8:12:168 \ RRA:AVERAGE:0.8:12:720 \ RRA:AVERAGE:0.8:288:365 Can you help me, please. Thank you Pascal
_______________________________________________ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users