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
8278
Files:
FileDescription
check_bigip_active_statuscheck_bigip_active_status
Nagios CSP

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!
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
}