feature: F5 LTM bandwidth controller

This commit is contained in:
Yacine BENAMSILI
2020-05-29 03:34:08 +02:00
parent 1a152edc67
commit 64f476d485
@@ -102,7 +102,7 @@ if (count($components > 0)) {
d_echo("\n\nComponent: ".$key."\n");
d_echo(" Type: ".$type."\n");
d_echo(" Label: ".$label."\n");
} elseif ($type == 'f5-ltm-vs') {
} elseif ($type == 'f5-ltm-vs') {
$rrd_def = RrdDefinition::make()
->addDataset('pktsin', 'COUNTER', 0)
->addDataset('pktsout', 'COUNTER', 0)
@@ -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);