8 Jun
2000
8 Jun
'00
7:13 p.m.
hey, i am running syslog-ng on a central log host or try'en to i am having problums with the client's conf file.. <~~~ Client's Conf file ~~~~~> source src { unix-dgram("/var/run/log"); udp(); internal(); }; destination loghost { tcp("loghost" ip("10.151.94.24") port(1000)); }; log { source(src); destination(loghost); }; <~~~~~~~~~~~~~~~~~~> with this conf, the machine still logs messages in to /var/log/messages and /var/log/security why? Any Direction would be dope! Novak