X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=web%2Ftemp-48h.cgi;h=9613985029341e4adf5bc5b7ef0a89a6752d9092;hb=88653b6c29b55da138dca1f5f84c805a465ed51a;hp=dd0b1886abb20665ca94ba257f05044b4dcb73f6;hpb=2acc5b8d5b69ed23937fc149f596b1ecb066c9c6;p=arexx.git diff --git a/web/temp-48h.cgi b/web/temp-48h.cgi index dd0b188..9613985 100755 --- a/web/temp-48h.cgi +++ b/web/temp-48h.cgi @@ -13,5 +13,6 @@ exec rrdtool graph - \ --units-exponent 0 --lower-limit -20 --upper-limit 40 --rigid \ --legend-position east \ DEF:a=$D/sensor-ursarium.rrd:temp:AVERAGE 'LINE1:a#0000cc:Ursarium\n' \ - DEF:b=$D/sensor-balcony.rrd:temp:AVERAGE 'LINE1:b#00cc00:Balcony\n' \ - DEF:c=$D/sensor-catarium.rrd:temp:AVERAGE 'LINE1:c#cc0000:Catarium' + DEF:d=$D/sensor-catarium.rrd:temp:AVERAGE 'LINE1:d#cc0000:Catarium\n' \ + DEF:c=$D/sensor-balcony.rrd:temp:AVERAGE 'LINE1:c#cc00cc:Balcony\n' \ + DEF:b=$D/sensor-outside.rrd:temp:AVERAGE 'LINE1:b#00cc00:Outside'