Re: FileReader and Pattern Matching with Click

R H <[email protected]> Fri, 10 May 2013 21:43:33 -0700 (PDT)
Newsgroups gmane.network.routing.click
Message-ID <[email protected]>
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