Revert "Dell n3024"

This commit is contained in:
Søren Rosiak
2016-08-02 21:37:56 +02:00
committed by GitHub
parent ee4308cfa6
commit 7b841f56cf
2 changed files with 0 additions and 4 deletions

View File

@@ -113,7 +113,6 @@ LibreNMS contributors:
- Andy Noyland <andrew@noyland.co.uk> (Zappatron)
- Cercel Valentin <crc@nuamchefazi.ro> (crcro)
- Ahmed Sajid <ahmed4343@hotmail.com> (ahmedsajid)
- Karsten Schmidt <git@guggemand.dk> (guggemand)
[1]: http://observium.org/ "Observium web site"
Observium was written by:

View File

@@ -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