mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 16:04:35 +02:00
Removed memory graph, because device does not provide information about total memory
This commit is contained in:
@@ -104,7 +104,6 @@ $config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Device Traffic';
|
||||
$config['os'][$os]['over'][1]['graph'] = 'device_processor';
|
||||
$config['os'][$os]['over'][1]['text'] = 'Processor Usage';
|
||||
$config['os'][$os]['over'][2]['graph'] = 'device_ucd_memory';
|
||||
|
||||
$os = 'edgeos';
|
||||
$config['os'][$os]['text'] = 'EdgeOS';
|
||||
|
||||
Reference in New Issue
Block a user