mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Merge pull request #1132 from SaaldjorMike/mouseover-ciscosb-1
Added CPU usage to mouseover for Cisco SB
This commit is contained in:
@@ -400,6 +400,8 @@ $config['os'][$os]['type'] = "network";
|
||||
$config['os'][$os]['icon'] = "linksys";
|
||||
$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'] = "CPU Usage";
|
||||
|
||||
// Huawei
|
||||
|
||||
|
||||
Reference in New Issue
Block a user