mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
add dell networking n switches as powerconnect
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user