mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-03 00:11:49 +02:00
Merge pull request #2718 from thomseddon/fix/graph-unit-clarification
Explicitly show units for total in bit graphs
This commit is contained in:
@@ -123,9 +123,9 @@ if ($config['rrdgraph_real_95th']) {
|
|||||||
$rrd_options .= " GPRINT:95thhigh:\"%30.2lf%s\\n\"";
|
$rrd_options .= " GPRINT:95thhigh:\"%30.2lf%s\\n\"";
|
||||||
}
|
}
|
||||||
|
|
||||||
$rrd_options .= " GPRINT:tot:'Total %6.2lf%s'";
|
$rrd_options .= " GPRINT:tot:'Total %6.2lf%sB'";
|
||||||
$rrd_options .= " GPRINT:totin:'(In %6.2lf%s'";
|
$rrd_options .= " GPRINT:totin:'(In %6.2lf%sB'";
|
||||||
$rrd_options .= " GPRINT:totout:'Out %6.2lf%s)\\l'";
|
$rrd_options .= " GPRINT:totout:'Out %6.2lf%sB)\\l'";
|
||||||
$rrd_options .= ' LINE1:95thin#aa0000';
|
$rrd_options .= ' LINE1:95thin#aa0000';
|
||||||
$rrd_options .= ' LINE1:d95thout#aa0000';
|
$rrd_options .= ' LINE1:d95thout#aa0000';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user