check F5 Pool members

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
amit.ahuja
Posts: 113
Joined: Fri May 15, 2015 8:20 am

check F5 Pool members

Post 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
You do not have the required permissions to view the files attached to this post.
Last edited by amit.ahuja on Tue Nov 03, 2015 9:49 am, edited 2 times in total.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: check F5 Pool members

Post 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.
Former Nagios employee
User avatar
WillemDH
Posts: 2320
Joined: Wed Mar 20, 2013 5:49 am
Location: Ghent
Contact:

Re: check F5 Pool members

Post 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
Nagios XI 5.8.1
https://outsideit.net
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: check F5 Pool members

Post by ssax »

amit.ahuja, let us know if either of those posts help you.

Thank you
amit.ahuja
Posts: 113
Joined: Fri May 15, 2015 8:20 am

Re: check F5 Pool members

Post 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.?
You do not have the required permissions to view the files attached to this post.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: check F5 Pool members

Post 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?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
amit.ahuja
Posts: 113
Joined: Fri May 15, 2015 8:20 am

Re: check F5 Pool members

Post 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
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: check F5 Pool members

Post 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.
Former Nagios employee
Locked