Forum Discussion
Yozzer
Nimbostratus
Nov 19, 2018Tcl error thrown from multi vip used irule
How can i tell if an irule is used on multiple vips throws a tcl error which vip it errored from?
Thanks
Stanislas_Piro2
Cumulonimbus
Nov 22, 2018Hi,
In the HTTP_REQUEST event, put your code inside this :
when HTTP_REQUEST {
if {[ catch {
Your code here
}]} {
Log local0. "This code raised an error on virtual server [virtual name]"
}
}Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects
