centreon-plugins icon indicating copy to clipboard operation
centreon-plugins copied to clipboard

[network::f5::bigip::snmp::plugin] add --mode=list-pool-members and pool-member-status

Open gbin2265 opened this issue 4 years ago • 0 comments

Hello,

Is there a possibility to also provide the option LIST-POOL-MEMBERS and POOL-MEMBER-STATUS for the F5/BIGIP [network::f5::bigip::snmp::plugin]. I am based on the mib file F5-BIGIP-LOCAL-MIB.

You are using now for the list-pool and pool-status: AvailState => { oid => '.1.3.6.1.4.1.3375.2.2.5.5.2.1.2', map => $map_pool_status }, EnabledState => { oid => '.1.3.6.1.4.1.3375.2.2.5.5.2.1.3', map => $map_pool_enabled }, StatusReason => { oid => '.1.3.6.1.4.1.3375.2.2.5.5.2.1.5' },

I Think for the list-pool-members and pool-member-status these are the OID's. .1.3.6.1.4.1.3375.2.2.5.6.2.1.5 F5-BIGIP-LOCAL-MIB::ltmPoolMbrStatusAvailState .1.3.6.1.4.1.3375.2.2.5.6.2.1.6 F5-BIGIP-LOCAL-MIB::ltmPoolMbrStatusEnabledState .1.3.6.1.4.1.3375.2.2.5.6.2.1.8 F5-BIGIP-LOCAL-MIB::ltmPoolMbrStatusDetailReason

if you want to add this option, is it enough as information?

regards, Geert

gbin2265 avatar Jan 16 '21 14:01 gbin2265