Forum Discussion
kgaigl
Nov 13, 2023Cirrocumulus
LTM Monitoring IIS and Webserver Binding
Hello, we've got a VS for 2 MS IIS Webserver. Question: if I configure the Pool with regular Nodes, the Monitor connects the Nodes with the IP Adress, right? Then I've got a problem with the Webse...
- Nov 15, 2023
Ok, now it's ok:
The IIS does not like health-Checks without User-Agent, so inserting "User-Agent: F5Monitor" was the solution
Juergen_Mang
Nov 13, 2023MVP
Simply configure a new monitor with a http host header.
HEAD / HTTP/1.1\r\nHost: <hostname>\r\nUser-Agent: F5Monitor\r\nConnection: close\r\n\r\n
Replace <hostname> with the desired hostname.
- whispererNov 13, 2023MVP
Take a look here:
https://my.f5.com/manage/s/article/K2167
So, for your example, you will want an HTTP protocol and send string that supports host headers for virtual hosting support. So, in your case, it would be something like that following:
GET /Smoke-Test HTTP/1.1\r\nHost: webbvk1.bvk.int\r\nConnection: Close\r\n\r\n
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