I'm running NPM 10.7 and there still doesn't seem to be anything that would alert based on pool member status.
Does anyone have some custom tricks I could try out? Thanks!
I'm currently investigating this same issue. I'm looking to alert on Nodes and Pools. I did an SNMP walk of an F5 and found this OID for Pools:
1.3.6.1.4.1.3375.2.2.5.3.2.1.11.20.84.101.114.109.105.110.97.108.95.83.101.114.118.101.114.95.80.111.111.108.1.4.(IP address)
which translates to:
ltmPoolMemberMonitorStatus.20.84.101.114.109.105.110.97.108.95.83.101.114.118.101.114.95.80.111.111.108.1.4.(IP address)
I'm going to create some universal device pollers for polling against the F5 pool members and create some custom alerts for the returned values.
Did you ever get the pollers created for the F5 pools?
Has this been addressed. I am also trying to get pool member status and alerting.
Yes, check this in the latest NPM 11.5, where is implemented native support for F5 pool member alerting.
Yes it works just fine. I am polling the MIBs for PoolMemberStatus and NodeEnabledState for each node and pool member.
1.3.6.1.4.1.3375.2.2.5.3.2.1.13.20.84.101.114.109.105.110.97.108.95.83.101.114.118.101.114.95.80.111.111.108.1.4.(IP address).3389 for PoolMemberStatus and
1.3.6.1.4.1.3375.2.2.4.3.2.1.4.1.4.(IP address) for NodeEnabledState
Then I set up custom alerts for each one.
This is not true. 11.5 implemented native support for node status. Node status and pool member status is not the same as nodes can be in multiple pools with different requirements. I have opened a feature request for true pool member status.