* * 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. */ ?> $array) { if ($array['type'] != 'f5-ltm-vs') { continue; } $string = $array['IP'].":".$array['port']; if ($array['status'] != 0) { $message = $array['error']; $status = 2; } else { $message = 'Ok'; $status = ''; } // Find the ID for this pool $id = 0; foreach ($components as $k => $v) { if ($v['type'] != 'f5-ltm-pool') { continue; } if ($v['label'] == $array['pool']) { $id = $k; } } ?>
vsid poolid Name IP : Port Default Pool Status Status

Connections

Bytes In

Bytes Out

Packets In

Packets Out