Home Directory Plugins Hardware Network Gear F5 F5 pair 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

F5 pair status check

Rating
0 votes
Favoured:
0
Current Version
1.0
Last Release Date
2015-10-30
Compatible With
  • Nagios 4.x
Owner
License
GPL
Hits
7927
Files:
FileDescription
check_bigip_active_statuscheck_bigip_active_status
Network Monitoring Software - Download Nagios XI
Log Management Software - Nagios Log Server - Download
Netflow Analysis Software - Nagios Network Analyzer - Download
This script can be used if you have a F5 pair.
Run it against the active F5.

Alert will go out if failover occurs or status changes to one of the following - forcedoffline, offline, unknown, standby.
Usage: check_bigip_active_status -H -C


Add the following to commands.cfg
define command{
command_name check_bigip_active_status
command_line $USER1$/check_bigip_active_status -H $HOSTADDRESS$ -C $ARG1$
}

Define the service as follows.
define service{
host F5_hostname
service_description F5 active status check
servicegroups F5_pool
check_command check_bigip_active_status!snmp_string
max_check_attempts 2
contact_groups contact_group
}