diff --git a/includes/discovery/os/dnos.inc.php b/includes/discovery/os/dnos.inc.php index 5f203de34c..f4bcce610a 100644 --- a/includes/discovery/os/dnos.inc.php +++ b/includes/discovery/os/dnos.inc.php @@ -25,5 +25,14 @@ if (!$os) { //Dell N4064F $os = 'dnos'; } + if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3058')) { + //Dell N3048P + $os = 'dnos'; + } + if (strstr($sysObjectId, '.1.3.6.1.4.1.674.10895.3060')) { + //Dell N3024P + $os = 'dnos'; + } + }