Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Big-IP Pool Status Check
1.0
2013-10-08
- Nagios 1.x
- Nagios 2.x
- Nagios 3.x
- Nagios XI
GPL
39151
File | Description |
---|---|
check_bigip_pools.pl | Version 1.0 |
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
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!
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!