SERVER_CLOSED

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"
}