mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Revert "Feature: F5 LTM bandwidth controller"
This reverts commit e99f75d1af
.
This commit is contained in:
@@ -133,8 +133,8 @@ if (count($components > 0)) {
|
||||
// All is good.
|
||||
$array['status'] = 0;
|
||||
$array['error'] = '';
|
||||
}
|
||||
} elseif ($type == 'f5-ltm-pool') {
|
||||
}
|
||||
} elseif ($type == 'f5-ltm-pool') {
|
||||
$rrd_def = RrdDefinition::make()
|
||||
->addDataset('minup', 'GAUGE', 0)
|
||||
->addDataset('currup', 'GAUGE', 0);
|
||||
|
Reference in New Issue
Block a user