Forum Discussion

Jozo_186053's avatar
Jozo_186053
Icon for Nimbostratus rankNimbostratus
May 05, 2015

Health Monitors for LTM

Hi all,

 

I have following question: When I assign to poll more than one Health Monitor. And one of pool members indicates down because pool Health Monitors. Is it possible to see result of one particular Health Monitor through SNMP or iControlREST? When yes, then please specify where.

 

Is there any spec how are Health Monitors applied to components?

 

Best Regards, Jozef Franc

 

3 Replies

  • Is it possible to see result of one particular Health Monitor through SNMP or iControlREST?

     

    i am not aware of it. maybe somebody here knows.

     

  • Hi Jozo, you can get the state of pool members with iControl REST using this format:

    https://172.16.44.128/mgmt/tm/ltm/pool/testpool/members?$select=name,session,state
    
    results
    {
    kind: "tm:ltm:pool:members:memberscollectionstate"
    selfLink: "https://localhost/mgmt/tm/ltm/pool/testpool/members?$select=name%2Csession%2Cstate&ver=12.0.0"
    items: [7]
    0:  {
    name: "192.168.103.10:80"
    session: "monitor-enabled"
    state: "down"
    }-
    1:  {
    name: "192.168.103.10:8080"
    session: "monitor-enabled"
    state: "down"
    }
    ...
    
  • Hi all,

     

    this not answer my question. I will try re-formulate it. When I have pool member like in your example: name: "192.168.103.10:8080" session: "monitor-enabled" state: "down"

     

    And it monitors this pool member by ICMP monitor and HTTP monitor. Monitor is defined like: "ICMP AND HTTP". Do you know last status of HTTP test?