diff --git a/AUTHORS.md b/AUTHORS.md index e3b1bfb71..4ae4b749a 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -32,7 +32,7 @@ Contributors to LibreNMS: - Vitali Kari (vitalisator) - James Campbell (neokjames) - Steve Calvário (Calvario) - +- Christian Marg (einhirn) [1]: http://observium.org/ "Observium web site" diff --git a/includes/discovery/os/alcatel-lucent.inc.php b/includes/discovery/os/alcatel-lucent.inc.php index ebeb648ec..3e0dab87f 100644 --- a/includes/discovery/os/alcatel-lucent.inc.php +++ b/includes/discovery/os/alcatel-lucent.inc.php @@ -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.