mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
support Brocade 6610 description (#8185)
This commit is contained in:
@ -1311,6 +1311,9 @@ function rewrite_brocade_fc_switches($descr)
|
||||
case "148":
|
||||
$hardware = "Brocade 7840 Switch";
|
||||
break;
|
||||
case "170":
|
||||
$hardware = "Brocade 6610 Switch";
|
||||
break;
|
||||
default:
|
||||
$hardware = "Unknown Brocade FC Switch";
|
||||
}
|
||||
|
Reference in New Issue
Block a user