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

s pascal segar.pascal at gmail.com
Tue Nov 3 19:43:21 CET 2015


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.oetiker.ch/pipermail/rrd-users/attachments/20151103/881f1bff/attachment.html>


More information about the rrd-users mailing list