Merge pull request #832 from laf/graph-in-fix

Removed duplicate In
This commit is contained in:
Daniel Preussker 2015-04-19 06:55:34 +00:00
commit c1a2e630e1

View File

@ -94,7 +94,7 @@ if($format == "octets" || $format == "bytes")
$rrd_options .= " COMMENT:'bps Now Ave Max 95th %\\n'";
$rrd_options .= " AREA:in".$format."_max#D7FFC7:";
$rrd_options .= " AREA:in".$format."#90B040:'In '";
$rrd_options .= " AREA:in".$format."#90B040:";
$rrd_options .= " LINE:in".$format."#608720:'In '";
#$rrd_options .= " LINE1.25:in".$format."#006600:'In '";
$rrd_options .= " GPRINT:in".$format.":LAST:%6.2lf%s";