2 echo "Content-type: image/png"
8 --title "Temperature: Last 2 days" \
10 -x HOUR:1:HOUR:8:HOUR:8:0:%H:%M \
12 --right-axis 1:0 --right-axis-format "%3.0lf" \
13 --units-exponent 0 --lower-limit -20 --upper-limit 40 --rigid \
14 --legend-position east \
15 DEF:c=$D/sensor-catarium.rrd:temp:AVERAGE \
16 DEF:u=$D/sensor-ursarium.rrd:temp:AVERAGE \
17 DEF:b=$D/sensor-balcony.rrd:temp:AVERAGE \
18 DEF:o=$D/sensor-outside.rrd:temp:AVERAGE \
23 'LINE2:c#cc0000:Catarium\n' \
24 'LINE2:u#0000cc:Ursarium\n' \
25 'LINE2:b#cc00cc:Balcony\n' \
26 'LINE2:o#00cc00:Outside' \