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
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!
isn't the native syslogd running in addition to syslog-ng? -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1 url: http://www.balabit.hu/pgpkey.txt
participants (2)
-
Balazs Scheidler
-
Mike Novak