Page 1 of 1

check F5 Pool members

Posted: Thu Oct 22, 2015 11:10 am
by amit.ahuja
i'm using check_f5poolphp.php to get all pool and its members in F5 but some of the pool show up with 0.0.0.10 address. I check in F5 and they have different ip address. Does anyone knows why? i also attached the script i'm using.

_pool 0.0.0.10 CRITICAL, /Common/multichannelavailability_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/multichannelavailability_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/multichannelcellAregistry_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/multichannelcellBregistry_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/multichannelcellAesendorders_macys_com_85_pool 0.0.0.10 CRITICAL, /Common/multichannelcellAfulfillment_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/multichannelcellBesendorders_macys_com_85_pool 0.0.0.10 CRITICAL, /Common/multichannelcellBfulfillment_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/multichannelcellAavailability_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/multichannelcellBavailability_macys_com_80_pool 0.0.0.10 CRITICAL, /Common/scheduledpayments_ecom_creditservices_macys_com_80_pool 0.0.0.164 CRITICAL, /Common/scheduledpayments_ecom_creditservices_macys_com_80_pool 0.0.0.165 CRITICAL, /Common/scheduledpayments_ecom_creditservices_macys_com_443_pool 0.0.0.164 CRITICAL, /Common/scheduledpayments_ecom_creditservi[/code]


thanks

Re: check F5 Pool members

Posted: Thu Oct 22, 2015 3:04 pm
by tmcdonald
That's a tricky one. First I do need to point out that this is not a standard plugin that we wrote, so while we can try and support it we can't guarantee it will work.

That being said, it looks like it is using SNMP to query this information. Have you tried a snmpwalk against the pool to see if anything is returned with the weird IP address? If SNMP shows it that way as well, it is almost certainly an SNMP issue, otherwise the plugin itself might be messing with the addresses.

Re: check F5 Pool members

Posted: Fri Oct 23, 2015 12:15 pm
by WillemDH
You could try another plugin? I think that might require less time then debugging check_F5poolphp.pl

https://exchange.nagios.org/directory/P ... ks/details
https://exchange.nagios.org/directory/P ... f5/details
https://exchange.nagios.org/directory/P ... ns/details

Grtz

Re: check F5 Pool members

Posted: Fri Oct 23, 2015 2:21 pm
by ssax
amit.ahuja, let us know if either of those posts help you.

Thank you

Re: check F5 Pool members

Posted: Fri Oct 23, 2015 3:39 pm
by amit.ahuja
I want to get all the pool members in F5. I used Check-F5-PoolMbrs.pl you provided but it's still not able to get all the pool's members ip. I have a pool named mobile_macys_com_80_pool. It has 4 members.

mobile_macys_com_80_pool
10.33.65.7:80
10.33.65.10:80
10.33.65.11:80
10.33.65.36:80

Check-F5-PoolMbrs.pl shows me :

/Common/mobile_macys_com_80_pool-0.0.0.0:80
/Common/mobile_macys_com_80_pool-0.0.0.0:80
/Common/mobile_macys_com_80_pool-10.33.65.11:80
/Common/mobile_macys_com_80_pool-10.33.65.7:80

2 of them show up with 0.0.0.0 do you know why it's not working? is there another plugin i can use to get correct members.?

Re: check F5 Pool members

Posted: Sun Oct 25, 2015 8:03 pm
by Box293
amit.ahuja wrote:2 of them show up with 0.0.0.0 do you know why it's not working? is there another plugin i can use to get correct members.?
Because this is a community created plugin you may need to contact the developer of the plugin to see if they can shed some light.

Did you find any other plugins at the links as suggested but @WillemDH?

Re: check F5 Pool members

Posted: Mon Oct 26, 2015 10:45 am
by amit.ahuja
i did not find any other plugins that work with pool members. Check-F5-PoolMbrs.pl is the only one working so far but not perfectly. Still having issue with pool members' ip showing up 0.0.0.0

Re: check F5 Pool members

Posted: Mon Oct 26, 2015 5:01 pm
by tmcdonald
Did you try the SNMP walk I suggested a few posts ago? Barring that you might need to talk to the original developer as this is not something we wrote, so we can't really guarantee functionality.