From aa2edbaef26064be9d8e0c2d37c075886245ea4d Mon Sep 17 00:00:00 2001 From: einhirn Date: Fri, 12 Jun 2015 10:22:28 +0200 Subject: [PATCH 1/2] 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. From 7b26b71719887c70af2732f3d93438d12ed9c027 Mon Sep 17 00:00:00 2001 From: einhirn Date: Fri, 12 Jun 2015 10:53:52 +0200 Subject: [PATCH 2/2] I agree to the conditions of the Contributor Agreement contained in doc/General/Contributing.md. --- AUTHORS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"