[rrd-users] Create rrd file for two temperature sensors

Rafal Gwizdala rafal.gwizdala at gmail.com
Tue Nov 3 19:47:21 CET 2015


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 <segar.pascal at gmail.com> 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
> rrd-users at lists.oetiker.ch
> https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.oetiker.ch/pipermail/rrd-users/attachments/20151103/bb0c5582/attachment.html>


More information about the rrd-users mailing list