Forum Discussion
Subrun
Cirrostratus
Nov 18, 2019Select Specific Monitor for Health Monitor "Availability Requirement"
From "Availability Requirement" option of a Pool we can select at least minimum number of Monitor as a Prerequisite for a Pool to be UP. I have 3 monitor for example I want to specify 2 monitor a...
Simon_Blakely
Employee
Nov 18, 2019There is no way to do that - you either specify that all monitors are required, or a minimum number of monitors of the available monitors are up.
ltm pool http_pool {
members {
10.0.0.145:http {
address 10.0.0.145
session monitor-enabled
state up
}
}
monitor min 2 of { tcp gateway_icmp http }
}or
ltm pool http_pool {
members {
10.0.0.145:http {
address 10.0.0.145
session monitor-enabled
state up
}
}
monitor tcp and gateway_icmp and http
}You cannot mix the min key option with the and option in the configuration.
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)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