On Mon, Apr 16, 2001 at 05:49:06PM -0300, Rodrigo Pace de Barros wrote:
Hi... that's my problem... I can generate logs and store them in the local machine, but when i try to configure the syslog-ng.conf with the DESTINATION sending the results to other machine, this doesn't work.... I've tried this in the syslog-ng.conf:
destination log_host { udp (ip(xxx.xxx.xxx.xxx) port(xxxxx));}; and destination log_host { udp xxx.xxx.xxx.xxx,xxx }; |-------------| |-| IP Port
How can i do that? Are them both incorrect? (or no?) Thank's for your help! Best regards...
destination log_host { udp("xxx.xxx.xxx.xxx" port(xxx)); }; -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1