ltm rule event SERVER CLOSEDΒΆ

iRule(1)					  BIG-IP TMSH Manual					     iRule(1)

SERVER_CLOSED
       This event is triggered when the server side connection closes.

DESCRIPTION
       An iRule event triggered when the server side connection closes.  The SERVER_CLOSED event also fires for UDP
       traffic when the Idle Timeout for the UDP profile is reached. On a Virtual Server whose UDP profile selects
       "Datagram LB", this event fires after every response from the server.

Examples
	when SERVER_CLOSED {
	  log local0. "Server [IP::server_addr] has closed the connection"
	}

HINTS
SEE ALSO
CHANGE LOG
       @BIGIP-9.0.0 --First introduced the event.

BIG-IP						      2020-06-23					     iRule(1)