Add more Brocade detection

- As stated in the title.
This commit is contained in:
Rosiak
2015-07-28 19:56:20 +02:00
parent d972898cd9
commit d11c6ca7ff
+1 -1
View File
@@ -1,7 +1,7 @@
<?php
if (!$os) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.2.1.1.1.5')) {
if (strstr($sysObjectId, '.1.3.6.1.4.1.1588.2.2.1.1.1.5') || stristr($sysDescr, 'Brocade Communications Systems')) {
$os = 'nos';
}
}