Forum Discussion

wayney_128269's avatar
wayney_128269
Icon for Nimbostratus rankNimbostratus
Oct 22, 2009

Is there a way to limit the number of pool members from being forced down by a health monitor?

Is there a way to limit the nunmber of pool members being forced down by a health monitor? eg. I do no want more that 50% of my pool members being forced down by a health monitor.

 

 

thanks

1 Reply

  • It's not possible to implement this kind of logic with default monitors. You could do something like this in an external monitor which calls a shell script. You could use bigpipe commands (or tmsh in v10) to get a count of the active and total number of pool members and then call curl or nc to send the request to the pool member. But would you would need to be careful about when to not mark a pool member down when it's not responding. You could end up trying to send requests to a truly dead server.

     

     

    Aaron