July 26, 20169 yr We have the issue where we utilize a healthmonitor to log into an application using a username. If that user password expires it would be great to find all affected Virtual Servers and/or Pools. Unfortunatly all the Health Monitors are not located under the Common Partition, some are located also under Production Partition more under LDAP Partition, Messaging Partition, etc. etc. I know I can run tmsh list /ltm monitor | grep username but this searches only the /Common partition I've tried to utilize what I know about searching Members of Pools but for Health Monitors this doesn't work tmsh list ltm pool /Production/* members Any suggestions? Only thing I can come up with is possibly grep the bigip.conf file Running 11.4.1
July 26, 20169 yr I find it easiest to run the following command tmsh -q -c 'cd / ; list recursive' | grep 'ltm monitor' It will give you an output similar to something like this ltm monitor gateway-icmp partition2/Common-monitor { ltm monitor gateway-icmp partition2/partition2-monitor { ltm monitor gateway-icmp partition3/partition3-monitor { ltm monitor https Common/ECOM_QA_IAM_ISAM_HTTPS_MONITOR { ltm monitor tcp Common/tcp_10000 {
Create an account or sign in to comment