[Click] FileReader and Pattern Matching with Click

R H rajamhayek at yahoo.com
Sat May 11 00:43:33 EDT 2013


Hi Neel,

Syslog can forward its messages to an external server, so you may be able to have click listen on a tcp or udp socket and receive the syslog messages directly.

For example, in rsyslog adding something like:
#forward all to tcp address
*.*   @@ip:port

Or
#forward all to udp address
*.*  @ip:port

The @@ is for tcp, the single @ is for udp...
Cheers,
Raja

Sent from Yahoo! Mail on Android



More information about the click mailing list