mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Add support for Cisco Nexus 3550 series (formerly Exalink Fusion) devices (#13992)
* Add support for Cisco Nexus 3550-F (formerly Exalink Fusion) devices * Refactor to refer to the Exalink Fusion as the Cisco Nexus 3550 (post m&a of Exablaze by Cisco) as well as use YAML based OS discovery * Rename Cisco N3550 ports include * styleci fixes to n3550 ports include * Correct N3550/Exalink OS discovery and improve tests * Improve N3550 OS discovery and poller support * styleci * Rename Cisco Nexus 3550 OS from ciscon3550 -> exalink-fusion * Update file header
This commit is contained in:
@@ -213,6 +213,8 @@ $port_stats = [];
|
||||
|
||||
if ($device['os'] === 'f5' && (version_compare($device['version'], '11.2.0', '>=') && version_compare($device['version'], '11.7', '<'))) {
|
||||
require 'ports/f5.inc.php';
|
||||
} elseif ($device['os'] === 'exalink-fusion') {
|
||||
require 'ports/exalink-fusion.inc.php';
|
||||
} else {
|
||||
if (Config::getOsSetting($device['os'], 'polling.selected_ports') || (isset($device['attribs']['selected_ports']) && $device['attribs']['selected_ports'] == 'true')) {
|
||||
echo 'Selected ports polling ';
|
||||
|
Reference in New Issue
Block a user