CONNECTOR_OPEN

Description

Triggered when the connector is about to raise the service connect. The service connect
agent is invoked to connect to respective service by the connector. The event is raised
by the CONNECTOR before system executes the service connect.

Examples

when CONNECTOR_OPEN {
    log local0. "CONNECTOR_OPEN"
    if {([CONNECTOR::profile] eq "/Common/connector_profile_1")} {
        CONNECTOR::remap server_port <port>
    }
}