Fix enterasys discovery

fix #2677
This commit is contained in:
Rosiak
2015-12-29 16:32:17 +01:00
parent f031467fdc
commit 0b26686cb1

View File

@ -4,4 +4,7 @@ if (!$os) {
if (preg_match('/^Enterasys Networks/', $sysDescr)) {
$os = 'enterasys';
}
}
if (strstr($sysObjectId, '.1.3.6.1.4.1.5624.2.1')) {
$os = 'enterasys';
}
}