Re: Create rrd file for two temperature sensors
Rafal Gwizdala <[email protected]> Tue, 3 Nov 2015 19:47:21 +0100
| Newsgroups | gmane.comp.db.rrdtool.user |
|---|---|
| Message-ID | <CALtno08kkXwAVHp2j8zrjSCark41wO-J_Y+MFgFrcfKCyxFGVQ@mail.gmail.com> |
add multiple DS definition lines, specifying different names for the series (temp1, temp2, ... etc) R On Tue, Nov 3, 2015 at 7:43 PM, s pascal <[email protected]> wrote: > 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 > > _______________________________________________ rrd-users mailing list [email protected] https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users