Update generic_multi_seperated.inc.php

This fixes the syntax of the area statement.

Was previously producing 
AREA:outbits1_neg#c0a060:STACK

Should be producing
AREA:outbits1_neg#c0a060::STACK

(Blank legend item)
This commit is contained in:
David Bell
2016-03-07 21:45:56 +00:00
parent 6aa8d1d741
commit 96c9a9ad60

View File

@@ -84,7 +84,7 @@ foreach ($rrd_list as $rrd) {
}
$rrd_options .= " COMMENT:'\\n'";
$rrd_optionsb .= ' AREA:outbits'.$i.'_neg#'.$colour_out."$stack";
$rrd_optionsb .= ' AREA:outbits'.$i.'_neg#'.$colour_out.":$stack";
$rrd_options .= ' HRULE:999999999999999#'.$colour_out.":'".str_pad('', 10)."Out'";
$rrd_options .= ' GPRINT:outbits'.$i.':LAST:%6.2lf%s';
$rrd_options .= ' GPRINT:outbits'.$i.':AVERAGE:%6.2lf%s';