mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #11728 from yac01/master
Feature: F5 LTM bandwidth controller
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
Reference in New Issue
Block a user