mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Added discovery support for Alcatel-Lucent OmniSwitch 6900
This commit is contained in:
@@ -13,6 +13,10 @@ if (!$os)
|
||||
}
|
||||
}
|
||||
|
||||
if (strpos($sysObjectId, ".1.3.6.1.4.1.6486.801") !== FALSE) {
|
||||
$os = "aos";
|
||||
}
|
||||
|
||||
if (strpos($sysObjectId, ".1.3.6.1.4.1.6527.1.3") !== FALSE) { $os = "timos"; }
|
||||
|
||||
// FIXME: make these less specific.
|
||||
|
||||
Reference in New Issue
Block a user