F5Networks / f5-appsvcs-extension

F5 BIG-IP Application Services 3 Extension
Apache License 2.0
163 stars 52 forks source link

minimumMonitors support in GSLB_Servers and GLSB_Virtual_Server classes #837

Open KyleTwenty opened 1 month ago

KyleTwenty commented 1 month ago

In the UI, we can set the Availability Requirements for Health Monitors at either the GSLB Server Level, or from within the Virtual Servers tab, inside the GSLB Server setup. In AS3, when trying to use the "minimumMonitors" key, AS3 errors as that is not part of the schema. Please add a way to set the Availability Requirements setting for GSLB configurations. In the BIG-IP conf file, it looks like this (in Bold):

gtm server /Common/ADMPUPT150 { datacenter /Common/Titan devices { /Common/ADMPUPT150 { addresses { 10.148.25.44 { } } } } product generic-host virtual-servers { ADMPUPT150_VIP(10_148_25_44-8140) { destination 10.148.25.44:8140 monitor min 1 of { /Common/tcp_half_open } } } }

mdditt2000 commented 1 month ago

Added AUTOTOOL-4390. Once assigned will provide ETA for release and early build