Forum Discussion
Bhavik_1402
Apr 27, 2021Nimbostratus
HTTP Health Monitor in LTM
Hi Folks, We've following requirement to configure HTTP health monitor and this is what we need to implement. Type Send ...
boneyard
MVP
this knowledge article explain how to build send strings quite well: https://support.f5.com/csp/article/K2167
so you first send will end up something like this, where the Host part it optional
GET /Sample/healthchecksimple HTTP/1.1\r\nHost: host.domain.com\r\nConnection: Close\r\n\r\n
as for your receive what are trying to get exactly? HTTP/1.1 200 or OK ? specially those seem a bit odd, as they can easily cause a false up if OK is somewhere further.
Bhavik_1402
Apr 27, 2021Nimbostratus
and for Send String
GET /Sample/healthchecksimple HTTP/1.1\r\nHost: \r\n\r\n
would be the correct syntax?
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