Forum Discussion
vimal1771_20809
Nimbostratus
Sep 03, 2015F5: curl command to add health-check to a pool
What is the curl command to add (append) health-check to a pool? The command should not replace already configured health-check on that pool.
For example, I have a pool A configured with health moni...
GaganD
Nimbostratus
Sep 05, 2015Hi Vimal,
Why don't you just select two monitors(http and tcp,) in pool configuration. And then select atleast 2 health monitors as Availability requirement. This will achieve the same result, as F5 will do both tcp and http health checks on members, and even if one fails, node will be marked down. CURL is more of a troubleshooting utility for F5. An example config of the F5 pool as follows:-
ltm pool webtest_csovmgmt115-80 {
members {
csovmgmt115:http {
address 172.28.25.78
session monitor-enabled
state up
}
}
monitor min 2 of { tcp http }
}
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