Merge pull request #3701 from geordish/correct-packets

Remove superfluous \ from port packets graph
This commit is contained in:
Tony Murray
2016-06-23 10:27:10 -05:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ if ($percentile) {
$rrd_options .= ' GPRINT:percentile_in:%6.2lf%s';
}
$rrd_options .= " COMMENT:'\\n'";
$rrd_options .= " COMMENT:\\n";
$rrd_options .= ' AREA:dout#'.$colour_area_out.':';
$rrd_options .= ' LINE1.25:dout#'.$colour_line_out.":'".$out_text."'";
$rrd_options .= ' GPRINT:out:LAST:%6.2lf%s';
@@ -104,7 +104,7 @@ if ($percentile) {
$rrd_options .= ' GPRINT:percentile_out:%6.2lf%s';
}
$rrd_options .= " COMMENT:\\\\n";
$rrd_options .= " COMMENT:\\n";
if ($print_total) {
$rrd_options .= " GPRINT:tot:'Total %6.2lf%s'";

View File

@@ -100,7 +100,7 @@ else {
}
$rrd_options .= "\\\\n";
$rrd_options .= " COMMENT:\\\\n";
$rrd_options .= " COMMENT:\\n";
if ($print_total) {
$rrd_options .= ' GPRINT:'.$ds.'_tot:Total\ %6.2lf%s\)\\\\l';