From 5df98a5000a86b7f6dfce4a54cc4a33e01d9577b Mon Sep 17 00:00:00 2001 From: Clint Armstrong Date: Wed, 22 Jul 2015 09:20:49 -0400 Subject: [PATCH] add dell networking n switches as powerconnect --- includes/discovery/os/powerconnect.inc.php | 3 +++ 1 file changed, 3 insertions(+) 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