[syslog-ng]Trying to send log over network

Simeon Johnston simeonuj@eetc.com
Tue, 13 Feb 2001 21:07:14 -0600


Same problem

sim

Don Armstrong wrote:

> On Tue, 13 Feb 2001, Simeon Johnston wrote:
> > I am trying to send logs over our network but am having trouble with the
> > rules.  I have set up a host to accept the logs and I am trying to set
> > up the sender.  This is the destination rule so far.
> >
> > destination d_bg { tcp(ip(192.168.1.19) port(514)); };
>
> This should be
>
> destination d_bg {tcp(ip(192.168.1.19); port 514););};
>
>                 Don Armstrong
>
> ---------------------------------------------------
> UC Riverside          |   .naidnE elttil atah I
> Residential Computing |
> http://resnet.ucr.edu | http://www.donarmstrong.com
> ---------------------------------------------------