mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
generic_v3_multiline: extra colin breaks the graph
This commit is contained in:
@ -89,11 +89,10 @@ foreach ($rrd_list as $rrd) {
|
||||
if ($i && ($dostack === 1)) {
|
||||
$stack = ':STACK';
|
||||
}
|
||||
|
||||
|
||||
$rrd_options .= ' LINE2:'.$g_defname.$i.'#'.$colour.":'".$descr."'$stack";
|
||||
if ($addarea === 1)
|
||||
{
|
||||
$descr = ":";
|
||||
$rrd_options .= ' AREA:'.$g_defname.$i.'#'.$colour.$transparency.":'".$descr."'$stack";
|
||||
}
|
||||
$rrd_options .= ' GPRINT:'.$t_defname.$i.':LAST:%8.0lf%s GPRINT:'.$t_defname.$i.'min:MIN:%8.0lf%s';
|
||||
|
Reference in New Issue
Block a user