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
}
Cory_50405
Noctilucent
Jun 10, 2014I think you could remove the alias destination address and just add the alias port of 5100 like John said.
ltm monitor http http-test {
defaults-from http
destination *:socalia
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
}
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