Home Directory Plugins Hardware Network Gear F5 Big-IP Pool Status Check

Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Big-IP Pool Status Check

Rating
2 votes
Favoured:
0
Current Version
1.0
Last Release Date
2013-10-08
Compatible With
  • Nagios 1.x
  • Nagios 2.x
  • Nagios 3.x
  • Nagios XI
Owner
License
GPL
Hits
38932
Files:
FileDescription
check_bigip_pools.plVersion 1.0
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This Nagios check can be used to monitor pool availability and member status on Big-IP hardware. It uses SNMP (v1 or v2) to get the information from the Big-IP.
The Script is completely written in Perl and has been tested on a Big-IP LTM 1600 with OS version 11.1.

The default settings return a WARNING if there is only one pool member active and CRITICAL if no pool member is active. This behaviour can be changed with optional parameters.

---

Requirements:
- Getopt::Long
- Net::SNMP

Parameters:
-H (--hostname) IP or Hostname of the Big-IP
-p (--poolname) Name of the Pool
-C (--community) SNMP community (default is public)

Optional:
-w (--warning) Threshold for warning limit
-c (--critical) Threshold for critical limit
-v (--snmpversion) SNMP version 1 or 2 (default is 2)
-p (--snmpport) SNMP port (default is 161)
-h (--help) Show this message

Usage/Example:
check_bigip_pools.pl -H hostname -P poolname -C snmpcommunity [ -w warning | -c critical | -p snmpport | -v snmpversion ]

---

Changelog:

Version 1.0
- First version. Feedback is appreciated!
Reviews (1)
byflingo, September 23, 2015
the poolname option is -P not -p.
Performance data would be nice.