X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Frh-month.cgi;h=49afbe11bc81a0508ba22e5fc05c295b73d88af4;hb=b6b15afe701bd379ce278c317e36ccc33740e3c3;hp=ced298cee4a5d89d736585a5794db7da182e9c67;hpb=463341b93624ecebf73e521c407d3b3f6777e049;p=arexx.git diff --git a/web/rh-month.cgi b/web/rh-month.cgi index ced298c..49afbe1 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-19247.rrd:rh:MIN 'LINE1:alo#cc0000:Catarium' \ - DEF:ahi=$D/sensor-19247.rrd:rh:MAX 'LINE1:ahi#cc0000' + 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'