Forum Discussion

cookiemonster's avatar
cookiemonster
Icon for Altostratus rankAltostratus
Mar 06, 2020

AS3 Pool Monitor Always Being Set to HTTP

I am working with the declaration below. When I post the declaration to the F5 no matter what I set as the pool monitor in the declaration the F5 sets the monitor to the preloaded http monitor. As a test I tried to remove the http monitor manually and select a different monitor. After clicking update the F5 sets the monitor back to http. Am i missing something?

 

Declaration:

{

    "class": "AS3",

    "declaration": {

        "class": "ADC",

        "schemaVersion": "3.12.0",

        "id": "0",

        "shortlived": {

            "class": "Tenant",

            "myhui1076_test": {

                "class": "Application",

                "template": "default",

                "myhui1076_test": {

                    "class": "Service_HTTPS",

                    "snat": "self",

                    "serverTLS": {

                        "bigip": "/Common/digistar.spectrum-health.org"

                    }, 

                    "virtualAddresses": [

                        "9.9.9.9"

                    ],

                    "pool": "myhui1076_test_pool"

                },

                "myhui1076_test_pool": {

                    "class": "Pool",

                    "monitors": [{

                        "use": "/Common/http_monitor"

                    }],

                    "loadBalancingMode": "least-connections-member",

                    "members": [

                                                {

                            "adminState": "enable",

                            "servicePort": 80,

                            "serverAddresses": [

                                "10.10.10.10"

                            ],

                            "hostname": "test_server"

                        }

                    ]

                }

            }

        }

    }

}

 

F5 Config:

No RepliesBe the first to reply