Made change consistent with rest of code, and fixed an additional problem

This commit is contained in:
Dave Bell
2016-06-22 14:51:08 +01:00
parent e3335fa57b
commit 31ae6fb2e1
2 changed files with 2 additions and 2 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';

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