mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "Dell n3024"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user