Forum Discussion

missimmi_343390's avatar
missimmi_343390
Icon for Nimbostratus rankNimbostratus
Dec 08, 2017

f5 pool member LTM moniotring

I am asked to moniotr the f5 pool member status on bigip. Fo rthis i would require the OID to set the monitoring. Based on the value as 1 or 4 we will set alarm.

 

Now my problem is how ill i get the OID if i have the MIB files present in mib browser.I am not able to get the oids for pool members based on port used

 

1 Reply

  • Not sure about OID setting but can be achieve via $1 setting. This options is available to you, depend on the version of BIG-IP code which you are running. Under 11.x, following K3667:

    https://support.f5.com/csp/article/K13180

    This will email every time any member of any pool goes "down" or "up".

     alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_DOWN "Pool (.*?) member (.*?):(.*?) monitor status down." {
        email toaddress="receiver@yourcompany.com"
        fromaddress="root"
        body="A pool member went down"
    }
    
    alert BIGIP_MCPD_MCPDERR_POOL_MEMBER_MON_UP "Pool (.*?) member (.*?):(.*?) monitor status up." {
        email toaddress="receiver@yourcompany.com"
        fromaddress="root"
        body="A pool member came back up"
        }