mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add Edgemax support (#11687)
This commit is contained in:
@ -29,6 +29,7 @@ $rancid_map['arista_eos'] = 'arista';
|
|||||||
$rancid_map['asa'] = 'cisco';
|
$rancid_map['asa'] = 'cisco';
|
||||||
$rancid_map['avocent'] = 'avocent';
|
$rancid_map['avocent'] = 'avocent';
|
||||||
$rancid_map['edgeos'] = 'edgerouter';
|
$rancid_map['edgeos'] = 'edgerouter';
|
||||||
|
$rancid_map['edgeswitch'] = 'edgemax';
|
||||||
$rancid_map['f5'] = 'f5';
|
$rancid_map['f5'] = 'f5';
|
||||||
$rancid_map['fortigate'] = 'fortigate';
|
$rancid_map['fortigate'] = 'fortigate';
|
||||||
$rancid_map['ftos'] = 'force10';
|
$rancid_map['ftos'] = 'force10';
|
||||||
|
Reference in New Issue
Block a user