Forum Discussion

patonbike's avatar
patonbike
Icon for Cirrus rankCirrus
Aug 15, 2019

SNMP oid for a particular pool/pool member?

I am trying to figure out how I can obtain the oid of a particular pool member or pool for SNMP alerts.

 

.1.3.6.1.4.1.3375.2.2.5.3.2.1.11 gives me all of my pools and pool members.

 

I am looking to do email alerts for only 1 pool through user_alert.conf.

 

 

3 Replies

    • Hi Thank you, this will alert for all pool members which is incredibly noisy. I just want to do pool members of a particular pool. Is that possible?

  • JG's avatar
    JG
    Icon for Cumulonimbus rankCumulonimbus

    Do:

    # snmpwalk -v 2c -c public -On localhost .1.3.6.1.4.1.3375.2.2.5.3.2.1.11

    to get a list of all your pool members status. From the list find the OID of the specific pool member you are interested in. You can verify the OID by running the following command, e.g.:

    # snmptranslate -m F5-BIGIP-LOCAL-MIB <long oid string>

    Use the OID in "user_alert.conf" file as described in the above linked article to set up your custom alert.