Added basic detection for Brocade

This commit is contained in:
laf
2015-07-07 19:16:36 +01:00
parent e818236f84
commit a35fa43e44
3 changed files with 25 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, ".1.3.6.1.4.1.1588.2.2.1.1.1.5")) {
$os = "nos";
}
}