mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added necessary files for SAF support
This commit is contained in:
@@ -488,6 +488,14 @@ $config['os'][$os]['icon'] = 'siklu';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Traffic';
|
||||
|
||||
// Saf Wireless
|
||||
$os = 'saf';
|
||||
$config['os'][$os]['text'] = 'SAF Wireless';
|
||||
$config['os'][$os]['type'] = 'wireless';
|
||||
$config['os'][$os]['icon'] = 'saf';
|
||||
$config['os'][$os]['over'][0]['graph'] = 'device_bits';
|
||||
$config['os'][$os]['over'][0]['text'] = 'Traffic';
|
||||
|
||||
// Supermicro Switch
|
||||
$os = 'supermicro-switch';
|
||||
$config['os'][$os]['group'] = 'supermicro';
|
||||
|
Reference in New Issue
Block a user