From 7b841f56cf2361f979dc9f0157b128d22632577f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Rosiak?= Date: Tue, 2 Aug 2016 21:37:56 +0200 Subject: [PATCH] Revert "Dell n3024" --- AUTHORS.md | 1 - includes/discovery/os/powerconnect.inc.php | 3 --- 2 files changed, 4 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 4cb6240c8f..d8386a62ca 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -113,7 +113,6 @@ LibreNMS contributors: - Andy Noyland (Zappatron) - Cercel Valentin (crcro) - Ahmed Sajid (ahmedsajid) -- Karsten Schmidt (guggemand) [1]: http://observium.org/ "Observium web site" Observium was written by: diff --git a/includes/discovery/os/powerconnect.inc.php b/includes/discovery/os/powerconnect.inc.php index 4d7200a0d3..f13f00cc7d 100644 --- a/includes/discovery/os/powerconnect.inc.php +++ b/includes/discovery/os/powerconnect.inc.php @@ -5,9 +5,6 @@ if (!$os) { if (stristr($sysDescr, 'PowerConnect ') && !stristr($sysDescr, 'ArubaOS')) { $os = 'powerconnect'; } - else if (preg_match('/Dell\ Networking/i', $sysDescr)) { - $os = 'powerconnect'; - } else if (preg_match('/Dell.*Gigabit\ Ethernet/i', $sysDescr)) { $os = 'powerconnect'; } //end if