Merge pull request #3678 from Rosiak/sophos-support

Sophos Support Redo
This commit is contained in:
Neil Lathwood
2016-06-16 19:10:02 +01:00
committed by GitHub

View File

@ -69,9 +69,9 @@ if (!$os) {
elseif (stristr($sysObjectId, 'cumulusMib') || strstr($sysObjectId, '.1.3.6.1.4.1.40310')) {
$os = 'cumulus';
}
// elseif (strstr($sysObjectId, '.1.3.6.1.4.1.8072.3.2.10')) {
// $os = 'sophos';
// }
elseif (strstr($sysDescr, 'g56fa85e') || strstr($sysDescr, 'gc80f187')) {
$os = 'sophos';
}
else {
// Check for Synology DSM
$hrSystemInitialLoadParameters = trim(snmp_get($device, 'HOST-RESOURCES-MIB::hrSystemInitialLoadParameters.0', '-Osqnv'));