diff --git a/includes/discovery/os/powerconnect.inc.php b/includes/discovery/os/powerconnect.inc.php index a661245c5..8072e78de 100644 --- a/includes/discovery/os/powerconnect.inc.php +++ b/includes/discovery/os/powerconnect.inc.php @@ -5,6 +5,9 @@ if (!$os) { if (stristr($sysDescr, 'PowerConnect ')) { $os = 'powerconnect'; } + else if (stristr($sysDescr, 'Dell Networking N')) { + $os = 'powerconnect'; + } else if (preg_match('/Dell.*Gigabit\ Ethernet/i', $sysDescr)) { $os = 'powerconnect'; } //end if