mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added latest Sophos UTM sysDesc
added sysDesc of Sophos UTM up to 06/28/16 for discovery
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user