Monitor command, bigpipe
From NetworkCommands
A command available on F5 BigIP platforms; used to create, modify, display or delete availability monitors.
Contents |
Usage Syntax
bigpipe monitor name [options]
Common options include;
- ' -
- ' -
- ' -
- ' -
- ' -
Usage Examples
b monitor mon_80_http_half_open_all \{ defaults from tcp_half_open dest *:80 \}
b monitor mon_443_https_half_open_all \{ defaults from tcp_half_open dest *:443 \}
Usage Notes
Availability monitors are assigned to pools and nodes.
Typical Output
b monitor show all;
MONITOR external MONITOR ftp MONITOR gateway_icmp MONITOR http MONITOR https MONITOR https_443 MONITOR icmp MONITOR imap MONITOR ldap MONITOR mssql MONITOR nntp MONITOR none MONITOR oracle MONITOR pop3 MONITOR radius MONITOR real_server MONITOR scripted MONITOR sip MONITOR smtp MONITOR snmp_dca MONITOR snmp_dca_base MONITOR soap MONITOR tcp MONITOR tcp_echo MONITOR tcp_half_open MONITOR udp MONITOR wap MONITOR wmi
b monitor http list;
monitorroot http {
interval 5
timeout 16
dest *:*
password ""
recv ""
send "GET /"
username ""
}
Bigpipe Usage Notes
Don't forget to save your changes using the bigpipe save all command.
Note in most cases, the show keyword displays object status or statistics, the list keyword displays configuration.
The bigpipe command can be abbreviated to just b (e.g. b help instead of bigpipe help.) Alternatively, (from v9.4,) you can use the bigpipe shell to enter commands without prefixing them with bigpipe.
Where curly or normal brackets {} or () or quotes "" or exclamation mark ! are required as part of a command and you are not using the bigpipe shell, they must be proceeded with a back slash \ to prevent the bash shell from parsing them as system commands.
Related Commands
The bigpipe pool command is used to create pools.
Related Articles
Information on F5 BigIP commands
Information on Linux commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands







