problem in destination string
Hi i try to post log messages to another server for this i add in config file : destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969); max-connections(10)); }; but when i run syslog-ng daemon i get parse error at line that wrote i try : destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969); }; and i get match error what is wrong?
On Fri, 21 Sep 2001 18:01:35 +0300 Askhat Gabdulov <gabdulov@itu.edu.tr> wrote:
Hi
i try to post log messages to another server for this i add in config file : destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969); max-connections(10)); };
but when i run syslog-ng daemon i get parse error at line that wrote
i try : destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969); }; ^ *
and i get match error
Did you cut-and-paste this ? It has an unbalanced () pair. -- Volker Apelt volker_apelt .@. yahoo.de (remove the dots, please) Dipl. Chem. +49 6172 31126
-----Original Message----- From: syslog-ng-admin@lists.balabit.hu [mailto:syslog-ng-admin@lists.balabit.hu]On Behalf Of Volker Apelt Sent: 21 ???????? 2001 ?. 19:48 To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]problem in destination string
On Fri, 21 Sep 2001 18:01:35 +0300 Askhat Gabdulov <gabdulov@itu.edu.tr> wrote:
Hi
i try to post log messages to another server for this i add in config file : destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969); max-connections(10)); };
but when i run syslog-ng daemon i get parse error at line that wrote
i try : destination d_mesg { tcp(ip(xxx.xxx.x.xx) port(6969); };
^ *
and i get match error
Did you cut-and-paste this ? It has an unbalanced () pair.
No i its a mistake in mail
participants (2)
-
Askhat Gabdulov
-
Volker Apelt