From fa5f5750da943ec33c6c5a2104cba83ad355f7da Mon Sep 17 00:00:00 2001 From: Rob Gormley Date: Thu, 5 Nov 2015 10:34:51 -0800 Subject: [PATCH 1/2] Add MIBs for other Cisco SB switches (SG200 series) --- includes/discovery/os/ciscosb.inc.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/includes/discovery/os/ciscosb.inc.php b/includes/discovery/os/ciscosb.inc.php index ce35a8ff8..1c55ba38d 100644 --- a/includes/discovery/os/ciscosb.inc.php +++ b/includes/discovery/os/ciscosb.inc.php @@ -7,4 +7,16 @@ if (!$os) { if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.83')) { $os = 'ciscosb'; } + + if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.85')) { + $os = 'ciscosb'; + } + + if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.88')) { + $os = 'ciscosb'; + } + + if (strstr($sysObjectId, '.1.3.6.1.4.1.9.6.1.89')) { + $os = 'ciscosb'; + } } From 1f323aea443ec1b214f25807ebc403d0fe2e3f02 Mon Sep 17 00:00:00 2001 From: Rob Gormley Date: Thu, 5 Nov 2015 11:34:27 -0800 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 3e65c34f4..bae7770ff 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -66,5 +66,5 @@ Contributors to LibreNMS: - Robert Zollner (Lupul) - Richard Hartmann (RichiH) - Robert Gornall (rgormley) [1]: http://observium.org/ "Observium web site"