Merge pull request #11728 from yac01/master

Feature: F5 LTM bandwidth controller
This commit is contained in:
Tony Murray
2020-06-19 13:39:36 -05:00
committed by GitHub
15 changed files with 5062 additions and 6 deletions

View File

@@ -55,6 +55,9 @@ class LoadBalancerController implements DeviceTab
$component = new \LibreNMS\Component();
$component_count = $component->getComponentCount($device['device_id']);
if (isset($component_count['f5-ltm-bwc'])) {
$this->tabs[] = 'ltm_bwc';
}
if (isset($component_count['f5-ltm-vs'])) {
$this->tabs[] = 'ltm_vs';
}