F5 LTM pool/VS checking

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
KiwiBloke
Posts: 81
Joined: Fri Apr 27, 2012 7:23 pm

F5 LTM pool/VS checking

Post by KiwiBloke »

Hi,

We run F5 LTMs and would like to be able to monitor pool memberships and VS health via Nagios.

I have found http://exchange.nagios.org/directory/Pl ... ks/details
on nagiosexchange but have not tested it. I am aware that it is written for v4.5 or v9.x we run v10.2.1

Has anyone else tried this on v10.x? I'm also checking with F5 devCentral to see if someone has answered this question from the other end.

Cheers,

KB.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: F5 LTM pool/VS checking

Post by scottwilkerson »

We haven't tested this plugin, but maybe we can get one of the community member to chime in..
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
User avatar
gwakem
Posts: 238
Joined: Mon Jan 23, 2012 2:02 pm
Location: Asheville, NC

Re: F5 LTM pool/VS checking

Post by gwakem »

Not sure its exactly the same, but you may be able to monitor with the F5 MIB via SNMP. Something like

check_snmp -H $HOSTADDRESS$ -o .1.3.6.1.4.1.3375.2.1.1.2.1.8.0 -Cxxxxxx -P 2c -m F5-BIGIP-LOCAL-MIB <---- client connections
check_snmp -H $HOSTADDRESS$ -o .1.3.6.1.4.1.3375.2.1.1.2.1.15.0 -Cxxxxxx -P 2c -m F5-BIGIP-LOCAL-MIB <---- Server connections

There should be several MIBs provided by the vendor that can be viewed to find the desired metric.
--
Griffin Wakem
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: F5 LTM pool/VS checking

Post by scottwilkerson »

Thanks for chiming in gwakem
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Locked