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