Added check for zywall using OID

This commit is contained in:
laf
2015-08-27 21:01:31 +00:00
parent b70870d5d8
commit 2dc98ce2f7

View File

@ -4,4 +4,7 @@ if (!$os) {
if (strstr($sysDescr, 'ZyWALL')) {
$os = 'zywall';
}
if (strstr($sysObjectId, '.1.3.6.1.4.1.890.1.15')) {
$os = 'zywall';
}
}