f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

HTTP monitor - we require Alias Service Port

Open alexgfullerton opened this issue 3 years ago • 4 comments

Is your feature request related to a problem? Please describe.

In HTTP monitor we require Alias Service Port but cannot see this in the AS3 schema. Is this an option we can use?

Describe the solution you'd like

Alias Service Port to be an available option in http monitor

Describe alternatives you've considered

No alternative as this is an option in the GUI but not in AS3. This is currently blocking a delivery

Additional context

alexgfullerton avatar Jul 22 '22 14:07 alexgfullerton

Create Jira ticket for PM tracking AUTOTOOL-3405

mdditt2000 avatar Jul 25 '22 15:07 mdditt2000

"Alias Address" and "Alias Service Port" should be the "targetAddress" and "targetPort" properties.

    "class": "ADC",
    "schemaVersion": "3.0.0",
    "controls": {
        "class": "Controls",
        "trace": true,
        "logLevel": "debug"
    },
    "TEST_MONITOR_HTTP": {
        "class": "Tenant",
        "TEST_Monitor_HTTP": {
            "class": "Application",
            "template": "generic",
            "mHttpNonDefault": {
                "class": "Monitor",
                "label": "mostly non-default values specified",
                "monitorType": "http",
                "send": "HEAD / HTTP/1.0\\r\\n\\r\\n",
                "receive": "HTTP/1.1",
                "receiveDown": "status=(quiesce|disabled|drain)",
                "transparent": true,
                "dscp": 20,
                "targetAddress": "198.19.192.15",
                "targetPort": 80,
                "interval": 10,
                "upInterval": 11,
                "timeUntilUp": 12,
                "timeout": 31
            }
        }
    }
}

Screenshot 2022-07-26 154839

RobCupples avatar Jul 26 '22 22:07 RobCupples

Thanks Rob. I will give this a try.

Regards Alex.

On Tue, 26 Jul 2022 at 23:50, Rob Cupples @.***> wrote:

"Alias Address" and "Alias Service Port" should be the "targetAddress" and "targetPort" properties.

"class": "ADC",
"schemaVersion": "3.0.0",
"controls": {
    "class": "Controls",
    "trace": true,
    "logLevel": "debug"
},
"TEST_MONITOR_HTTP": {
    "class": "Tenant",
    "TEST_Monitor_HTTP": {
        "class": "Application",
        "template": "generic",
        "mHttpNonDefault": {
            "class": "Monitor",
            "label": "mostly non-default values specified",
            "monitorType": "http",
            "send": "HEAD / HTTP/1.0\\r\\n\\r\\n",
            "receive": "HTTP/1.1",
            "receiveDown": "status=(quiesce|disabled|drain)",
            "transparent": true,
            "dscp": 20,
            "targetAddress": "198.19.192.15",
            "targetPort": 80,
            "interval": 10,
            "upInterval": 11,
            "timeUntilUp": 12,
            "timeout": 31
        }
    }
}

}

[image: Screenshot 2022-07-26 154839] https://user-images.githubusercontent.com/29408153/181125364-0f6db27e-7ef9-46d8-b72b-553a8be7d66b.png

— Reply to this email directly, view it on GitHub https://github.com/F5Networks/f5-appsvcs-extension/issues/631#issuecomment-1196056705, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQ5HWAKYJXVRM7C3GFOKNGDVWBTSTANCNFSM54LWFW7Q . You are receiving this because you authored the thread.Message ID: @.***>

alexgfullerton avatar Jul 27 '22 09:07 alexgfullerton

That worked thanks Rob.

alexgfullerton avatar Jul 27 '22 13:07 alexgfullerton

This can be closed as @RobCupples provided a resolution. Thanks

mdditt2000 avatar Aug 31 '22 20:08 mdditt2000