Forum Discussion
C_D_18583
Nimbostratus
Jun 13, 2007How to specify the FQDN in the header for a MONITOR
I have defined a monitor as follows
Send String : GET /diagnostic/index.html HTTP1.1\r\n
Receive String : Diagnostics Page
The problem I am having is that the monitor is marking the node down because the page is not being found. This is because the policy agent on the NODE does a redirect ( 302) to the FQDN. I need to be able to define the FQDN of the diagnostic page in the monitor. Is this possible?
Thanks in advance.
- hoolio
Cirrostratus
HTTP v1.1 requires you specify the host value in the Host header. You can check SOL3224 on AskF5.com for an example: - C_D_18583
Nimbostratus
Thanks - Wil_Schultz_101
Nimbostratus
If I recall correctly, these should be \r\n at the end of each. - C_D_18583
Nimbostratus
Hi - Deb_Allen_18Historic F5 AccountYour only option if a unique Host header is required for each pool member is to create a specific monitor for each node, or create an external monitor that cross-references the node addresses to the hostnames and performs the appropriate substitution when constructing the request.
- C_D_18583
Nimbostratus
How do I create an external monitor that cross-references the node addresses to the hostnames and performs the appropriate substitution when constructing the request? Can this be done through an Irule ? - Deb_Allen_18Historic F5 AccountNo, iRules can't help you with monitor configuration.
- Dbow_21284
Nimbostratus
Is there a way to specify FQDN for an HTTPS monitor? I have a site that is SSL only, I need to do this for. - hoolio
Cirrostratus
ddenbow, the HTTPS monitor send and receive strings should be identical to the HTTP monitor send and receive strings. The HTTPS monitor definition dictates that the monitoring daemon will negotiate the SSL connection and then send the HTTP request.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects