Revert "Feature: F5 LTM bandwidth controller"

This reverts commit e99f75d1af.
This commit is contained in:
Yacine BENAMSILI
2020-05-31 14:02:38 +02:00
parent 69fbc457e5
commit 70387cf611

View File

@@ -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);