Forum Discussion

Manav_Mittal_57's avatar
Manav_Mittal_57
Icon for Nimbostratus rankNimbostratus
Jul 25, 2006

Tracking details of Member marked down by Monitors

Hi,

 

 

We have a requirement to send a detailed alert, whenever a monitor marks a pool member down. The alert added by LTM in the syslog just contains "Pool Member ip:port marked down by monitor". Which doesn't tell us which pool this member belonged to, and by which monitor it was marked down. We have to open the BigIP UI, traverse down the pools/members/details to see this information. Is there some iControl API, that we can use to easily retrieve this information?

 

 

TIA,

 

Manav Mittal

 

  • Loc_Pham_101863's avatar
    Loc_Pham_101863
    Historic F5 Account
    Please check out the following methods:

     

    - LocalLB.PoolMember.get_monitor_status

     

    - LocalLB.PoolMember.get_monitor_instance

     

     

    Loc