Forum Discussion

Versha's avatar
Versha
Icon for Nimbostratus rankNimbostratus
May 12, 2020

Health monitor command from CLi

what is CLI command to extract the list of health monitor for all pool member?

2 Replies

  • You can write basic bash script to get all pool and monitor details.

    Try below command which may help to grep POOL and Monitor, if you have multiple monitor then below command may not help..

    tmsh show ltm pool | grep 'Pool:\|Monitor'