Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
F5 pair status check
Current Version
1.0
Last Release Date
2015-10-30
Compatible With
- Nagios 4.x
Owner
License
GPL
Hits
5244
Files:
File | Description |
---|---|
check_bigip_active_status | check_bigip_active_status |
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
}
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
}
Reviews (0)
Be the first to review this listing!