Updated graph label

This commit is contained in:
laf
2015-04-30 21:23:22 +01:00
parent 19790fa514
commit 666bd05a0e

View File

@@ -7,7 +7,7 @@ $rrdfilename = $config['rrd_dir'] . "/".$device['hostname']."/siklu-wireless.rr
if (file_exists($rrdfilename)) {
$rrd_options .= " COMMENT:'Hz Now Min Max\\n'";
$rrd_options .= " DEF:rfOperFreq=".$rrdfilename.":rfOperFreq:AVERAGE ";
$rrd_options .= " LINE1:rfOperFreq#CC0000:'RSSI ' ";
$rrd_options .= " LINE1:rfOperFreq#CC0000:'GHz ' ";
$rrd_options .= " GPRINT:rfOperFreq:LAST:%3.2lf ";
$rrd_options .= " GPRINT:rfOperFreq:MIN:%3.2lf ";
$rrd_options .= " GPRINT:rfOperFreq:MAX:%3.2lf\\\l ";