*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the
* Free Software Foundation, either version 3 of the License, or (at your
* option) any later version. Please see LICENSE.txt at the top level of
* the source code distribution for details.
*/
// Determine a pool to show.
if (!isset($vars['poolid'])) {
foreach ($components as $id => $array) {
if ($array['type'] != 'f5-ltm-pool') {
continue;
}
$vars['poolid'] = $id;
}
}
if ($components[$vars['poolid']]['type'] == 'f5-ltm-pool') {
$array = $components[$vars['poolid']];
// Define some error messages
$error_poolaction = array ();
$error_poolaction[0] = "Unused";
$error_poolaction[1] = "Reboot";
$error_poolaction[2] = "Restart";
$error_poolaction[3] = "Failover";
$error_poolaction[4] = "Failover and Restart";
$error_poolaction[5] = "Go Active";
$error_poolaction[6] = "None";
$parent = $array['UID'];
?>
Pool:
| Minimum Active Servers: |
|
| Current Active Servers: |
|
| Pool Down Action: |
|
| Pool Monitor: |
|