Angelo
Aug 01, 2012Nimbostratus
Logging not working...
this is the irule i have but the I'm not getting hits on logging....
when HTTP_REQUEST {
switch -glob [string tolower [HTTP::uri]] {
"/SolutionSORB*" {
pool pool_sorb_domain
}
"/ServiceSORB*" {
pool pool_sorb_domain
}
"/ServiceFileProcessor*" {
pool pool_sorb_domain
}
"/ServiceInstalledBase*" {
pool pool_sorb_provisioning_domain
}
Default { reject }
}
}
when HTTP_RESPONSE {
log local0. "[IP::client_addr]:[TCP::client_port] -> [clientside {IP::local_addr}]:[clientside {TCP::local_port}] -> [IP::remote_addr]:[TCP::remote_port] | pool: [LB::server pool]"
}