Removed duplicate In

This commit is contained in:
laf
2015-04-19 00:46:59 +01:00
parent c698204d8a
commit 430e17750e

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";