Specifications

Chapter 7: bigpipe Command Reference
7-24
monitor
Defines a health monitor. A health monitor is a configuration object that
defines how and at what intervals a node is pinged to determine if it is up or
down. Once a monitor is defined, instances of the monitor are created for a
node or nodes, one instance per node, using the bigpipe node command.
Monitor template attributes
Table 7.3 lists the monitor templates and shows the template-specific
attribute sets for each.
b monitor <monitor_name> ’{ use <monitor_template> [<attr> <attr_value>]... }’
b monitor show [all]
b monitor dump [all]
b monitor <name> show
b monitor <name> delete
b monitor <name> enable | disable
b monitor instance <ip>:<service> enable | disable
b monitor instance <ip> enable | disable
Name/Type Template-Specific Attribute Set
icmp none
tcp_echo transparent (optional)
tcp send ""
recv ""
transparent (optional)
reverse (optional)
http username ""
password ""
send "GET /index.html"
recv ""
get (optional)
url (optional)
transparent (optional)
reverse (optional)
https username ""
password ""
send "GET /index.html"
recv ""
get (optional)
url (optional)
transparent (optional)
reverse (optional)
Table 7.3 The monitor templates