Create rrd file for two temperature sensors
s pascal <[email protected]> Tue, 3 Nov 2015 13:43:21 -0500
| Newsgroups | gmane.comp.db.rrdtool.user |
|---|---|
| Message-ID | <CAFNJp=O+WjuED8MNq=c568oe9G3-oKoYweYXpNunAPqwWnquUg@mail.gmail.com> |
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 [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users