LTM Pool Status
Problem this snippet solves: Here's a way to display the status of your pool members using a custom tmsh script. Code : create script pool-status.tcl {
proc script::run {} {
set pool_names "...
Published Mar 10, 2015
Version 1.0CodeCentral_194
Cirrus
Joined May 05, 2019
CodeCentral_194
Cirrus
Joined May 05, 2019
Jorgle
Oct 25, 2019Nimbostratus
can not find the field name of "pool-member.status.availability-state"
# run cli script pool-status pool-100-208
pool-status: script failed to complete:
can't eval proc: "script::run"
field not present: "pool-member.status.availability-state"
while executing
"tmsh::get_field_value $member pool-member.status.availability-state"
(procedure "script::run" line 14)
invoked from within
"script::run" line:1
script did not successfully complete, status:1