Merge pull request #2396 from rgormley/master

Add MIBs for other Cisco SB switches (SG200 series)
This commit is contained in:
Neil Lathwood
2015-11-05 15:40:35 -04:00
2 changed files with 13 additions and 1 deletions
+1 -1
View File
@@ -66,5 +66,5 @@ Contributors to LibreNMS:
- Robert Zollner <wolfit_ro@yahoo.com> (Lupul)
- Richard Hartmann <richih@debian.org> (RichiH)
- Robert Gornall <roblnm@khobbits.co.uk (KHobbits)
- Rob Gormley <robert@gormley.me> (rgormley)
[1]: http://observium.org/ "Observium web site"
+12
View File
@@ -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';
}
}