From aa2edbaef26064be9d8e0c2d37c075886245ea4d Mon Sep 17 00:00:00 2001 From: einhirn Date: Fri, 12 Jun 2015 10:22:28 +0200 Subject: [PATCH] Added discovery support for Alcatel-Lucent OmniSwitch 6900 --- includes/discovery/os/alcatel-lucent.inc.php | 4 ++++ 1 file changed, 4 insertions(+) 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.