X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=web%2Frh-month.cgi;h=99aa014f00953e2420e69aa57c2913a61666eb60;hb=e3ab1cb0bb521924ea91f9e6fc8a7bf0bc0f3568;hp=49afbe11bc81a0508ba22e5fc05c295b73d88af4;hpb=9ae8fda6fa08112db332c5c4b1006a8d6621157d;p=arexx.git diff --git a/web/rh-month.cgi b/web/rh-month.cgi index 49afbe1..99aa014 100755 --- a/web/rh-month.cgi +++ b/web/rh-month.cgi @@ -12,5 +12,5 @@ exec rrdtool graph - \ --right-axis 1:0 --right-axis-format "%3.0lf" \ --legend-position east \ --units-exponent 0 --lower-limit 0 --upper-limit 100 --rigid \ - DEF:alo=$D/sensor-catarium-rh.rrd:rh:MIN 'LINE1:alo#cc0000:Catarium' \ - DEF:ahi=$D/sensor-catarium-rh.rrd:rh:MAX 'LINE1:ahi#cc0000' + DEF:alo=$D/sensor-garage-rh.rrd:rh:MIN 'LINE1:alo#cc0000:Garage' \ + DEF:ahi=$D/sensor-garage-rh.rrd:rh:MAX 'LINE1:ahi#cc0000'