From: Florian Forster Date: Thu, 26 Oct 2006 20:29:30 +0000 (+0200) Subject: collection.cgi: Label the values displayed as `Temperature' in the temperature graph. X-Git-Tag: collectd-3.11.0~65 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=a40b9ca097431f8aed6733760ae126aa0aaeba9c;p=collectd.git collection.cgi: Label the values displayed as `Temperature' in the temperature graph. --- diff --git a/contrib/collection.cgi b/contrib/collection.cgi index c1ee8e7e..a7f63fd4 100755 --- a/contrib/collection.cgi +++ b/contrib/collection.cgi @@ -841,7 +841,7 @@ our $GraphDefs; 'DEF:temp_max={file}:value:MAX', "AREA:temp_max#$HalfRed", "AREA:temp_min#$Canvas", - "LINE1:temp_avg#$FullRed:Value", + "LINE1:temp_avg#$FullRed:Temperature", 'GPRINT:temp_min:MIN:%4.1lf Min,', 'GPRINT:temp_avg:AVERAGE:%4.1lf Avg,', 'GPRINT:temp_max:MAX:%4.1lf Max,',