Forum Discussion
krishans_52349
Jan 25, 2011Nimbostratus
Hi ,
So will work and log directly to Syslog server 192.168.203.174 ( As an example ) without configuring the syslog-ng.conf or bigpipe syslog remote server x.x.x.x .
--------------------------------------------------------------------------------------
when CLIENT_ACCEPTED {
log 192.168.203.174 local0.info "Client Connected, IP: [IP::client_addr]"
}
when SERVER_CONNECTED {
log 192.168.203.174 local0.info "Client: [IP::client_addr], Pool member [IP::server_addr]:[TCP::server_port]"
}
--------------------------------------------------------------------------------------
And i need to apply this irule to each virtual server under resource tab.
Will this above for me .