mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1253 from rztuc/issue-1251
Added discovery support for Alcatel-Lucent OmniSwitch 6900
This commit is contained in:
@@ -32,7 +32,7 @@ Contributors to LibreNMS:
|
||||
- Vitali Kari <vitali.kari@gmail.com> (vitalisator)
|
||||
- James Campbell <neokjames@gmail.com> (neokjames)
|
||||
- Steve Calvário <calvario.steve@gmail.com> (Calvario)
|
||||
|
||||
- Christian Marg <marg@rz.tu-clausthal.de> (einhirn)
|
||||
|
||||
[1]: http://observium.org/ "Observium web site"
|
||||
|
||||
|
@@ -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