Forum Discussion
ERLomboy_27803
Nimbostratus
Jun 10, 2014HTTP monitoring on different port
Hi,
Need assistance to properly setup http monitoring base on business requirement. The service is running on port 5101 but the page is hosted on port 5100
The resource URL check is http:/...
Cory_50405
Noctilucent
Jun 10, 2014You can certainly do this. Your monitor would look something like this (replace 10.10.10.10 with your server IP address and put the correct host in the GET send string):
ltm monitor http http-test {
defaults-from http
destination 10.10.10.10:5100
interval 5
recv "200 OK"
send "GET /f5monitor.html HTTP/1.1\\r\\nHost: host.domain.com\\r\\nConnection: Close\\r\\n"
time-until-up 0
timeout 16
}
ERLomboy_27803
Nimbostratus
Jun 10, 2014Hi Cory,
Thanks for this.
If there are two members of the pool, how do we do it?
also, the host that you mentioned, is this the member hostname or the Public domain name?
http://10.10.10.10:5100/f5monitor.html,
http://10.10.10.11:5100/f5monitor.html
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