Added latest Sophos UTM sysDesc

added sysDesc of Sophos UTM up to 06/28/16 for discovery
This commit is contained in:
Optic00
2016-06-28 18:40:32 +02:00
parent d6ab3feaeb
commit d87b46e2f6

View File

@ -69,7 +69,7 @@ if (!$os) {
elseif (stristr($sysObjectId, 'cumulusMib') || strstr($sysObjectId, '.1.3.6.1.4.1.40310')) {
$os = 'cumulus';
}
elseif (strstr($sysDescr, 'g56fa85e') || strstr($sysDescr, 'gc80f187')) {
elseif (strstr($sysDescr, 'g56fa85e') || strstr($sysDescr, 'gc80f187') || strstr($sysDescr, 'g829be90') || strstr($sysDescr, 'g63c0044')) {
$os = 'sophos';
}
else {