mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02:00
Basic Siklu detection
This commit is contained in:
@@ -417,6 +417,14 @@ $config['os'][$os]['icon'] = "ruckus";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Traffic";
|
||||
|
||||
// Siklu Wireless
|
||||
$os = "siklu";
|
||||
$config['os'][$os]['text'] = "Siklu Wireless";
|
||||
$config['os'][$os]['type'] = "wireless";
|
||||
$config['os'][$os]['icon'] = "siklu";
|
||||
$config['os'][$os]['over'][0]['graph'] = "device_bits";
|
||||
$config['os'][$os]['over'][0]['text'] = "Traffic";
|
||||
|
||||
// Supermicro Switch
|
||||
|
||||
$os = "supermicro-switch";
|
||||
|
||||
Reference in New Issue
Block a user