mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Port packet graphs should be pps not B (#10886)
This commit is contained in:
@@ -18,7 +18,7 @@ $rrd_list[4]['colour_area_out'] = 'c0a060';
|
||||
|
||||
$units = '';
|
||||
$units_descr = 'Packets/sec';
|
||||
$total_units = 'B';
|
||||
$total_units = 'pps';
|
||||
$colours_in = 'greens';
|
||||
$multiplier = '1';
|
||||
$colours_out = 'blues';
|
||||
|
@@ -29,7 +29,7 @@ if (1) {
|
||||
|
||||
$units = '';
|
||||
$units_descr = 'Packets';
|
||||
$total_units = 'B';
|
||||
$total_units = 'pps';
|
||||
$colours_in = 'purples';
|
||||
$multiplier = '1';
|
||||
$colours_out = 'oranges';
|
||||
|
Reference in New Issue
Block a user