Added back discovery for older VDX systems for backwards compatibility. Fixed indentations

This commit is contained in:
vizay
2015-12-08 16:24:12 +01:00
parent c39c46aa18
commit 35e0408edd
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (strstr($sysDescr, "Brocade VDX")) {
if (strstr($sysDescr, "Brocade VDX") || strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.2.1.1.1.5') || stristr($sysDescr, 'Brocade Communications Systems')) {
$os = "nos";
}
}