nerdexam
F5

101 · Question #29

Generally speaking, should the monitor templates be used as production monitors or should they be customized prior to use.

The correct answer is C. Most templates, such as https, should have the receive rule customized to make the monitor. HTTPS monitor templates should have their receive rule customized to verify actual application content, not just TCP connectivity.

Section 3: Load Balancing and High Availability Basics

Question

Generally speaking, should the monitor templates be used as production monitors or should they be customized prior to use.

Options

  • AMost templates, such as http and tcp, are as effective as customized monitors.
  • BMonitor template customization is only a matter of preference, not an issue of effectiveness or
  • CMost templates, such as https, should have the receive rule customized to make the monitor
  • DWhile some templates, such as ftp, must be customized, those that can be used without

How the community answered

(35 responses)
  • A
    6% (2)
  • B
    11% (4)
  • C
    80% (28)
  • D
    3% (1)

Why each option

HTTPS monitor templates should have their receive rule customized to verify actual application content, not just TCP connectivity.

AMost templates, such as http and tcp, are as effective as customized monitors.

HTTP and TCP monitors without customization only verify transport-layer connectivity, not that the application is returning correct or expected content.

BMonitor template customization is only a matter of preference, not an issue of effectiveness or

Customization is not merely a preference - omitting a receive rule can cause false-positive health checks where a broken application continues to receive traffic.

CMost templates, such as https, should have the receive rule customized to make the monitorCorrect

The HTTPS monitor template by default only confirms a TCP handshake and an SSL negotiation, which does not verify that the application is serving valid content. Customizing the receive string causes the monitor to match a specific pattern in the HTTP response body, confirming the application is genuinely functional. Without this customization, a server returning error pages can still pass health checks and receive production traffic.

DWhile some templates, such as ftp, must be customized, those that can be used without

Monitors such as HTTPS require receive rule customization to be production-ready, while the premise that monitors like FTP must be customized but others need not is an inaccurate generalization.

Concept tested: F5 BIG-IP health monitor receive rule customization

Source: https://techdocs.f5.com/en-us/bigip-16-1-0/big-ip-local-traffic-management-monitors-reference.html

Topics

#monitor templates#HTTPS monitor#receive rule#monitor customization

Community Discussion

No community discussion yet for this question.

Full 101 Practice