Fix: F5 LTM bandwidth controller

This commit is contained in:
Yacine BENAMSILI
2020-05-28 23:15:35 +02:00
parent b2d6540ff2
commit fa52264de2
14 changed files with 607 additions and 2 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';
}