Added support for additional Cisco SB units

This commit is contained in:
Mike Rostermund
2015-02-19 23:05:10 +01:00
parent 909d16699d
commit a01721f1fb
2 changed files with 20 additions and 6 deletions
+4 -6
View File
@@ -1,8 +1,6 @@
<?php
if (!$os)
{
if (strstr($sysObjectId, ".1.3.6.1.4.1.9.6.1.83")) { $os = "ciscosb"; }
if (!$os) {
if (strstr($sysObjectId, ".1.3.6.1.4.1.9.6.1.82")) { $os = "ciscosb"; }
if (strstr($sysObjectId, ".1.3.6.1.4.1.9.6.1.83")) { $os = "ciscosb"; }
}
?>
?>