mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Removed what appears to be unecessary STACK text
This commit is contained in:
@ -70,10 +70,6 @@ foreach ($rrd_list as $rrd) {
|
|||||||
$rrd_options .= ' VDEF:tot'.$i.'=octets'.$i.',TOTAL';
|
$rrd_options .= ' VDEF:tot'.$i.'=octets'.$i.',TOTAL';
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($i) {
|
|
||||||
$stack = 'STACK';
|
|
||||||
}
|
|
||||||
|
|
||||||
$rrd_options .= ' AREA:inbits'.$i.'#'.$colour_in.":'".rrdtool_escape($rrd['descr'], 9)."In '$stack";
|
$rrd_options .= ' AREA:inbits'.$i.'#'.$colour_in.":'".rrdtool_escape($rrd['descr'], 9)."In '$stack";
|
||||||
$rrd_options .= ' GPRINT:inbits'.$i.':LAST:%6.2lf%s';
|
$rrd_options .= ' GPRINT:inbits'.$i.':LAST:%6.2lf%s';
|
||||||
$rrd_options .= ' GPRINT:inbits'.$i.':AVERAGE:%6.2lf%s';
|
$rrd_options .= ' GPRINT:inbits'.$i.':AVERAGE:%6.2lf%s';
|
||||||
|
Reference in New Issue
Block a user