Whats the difference between these two lines source local { sun-streams ("/dev/log" door("/etc/.syslog_door")); internal(); }; source local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)); internal(); }; Which one should I use for my Solaris SPARC 8 ? Thanks a lot -- Asif Iqbal http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08 There's no place like 127.0.0.1
Addition to the previous message I am using syslog-ng 1.6.0rc4. Also I am using this server as a syslog server as well for all the routers Any suggestion would be greatly appreciated On Sat, 20 Dec 2003, Asif Iqbal wrote:
Date: Sat, 20 Dec 2003 19:22:48 -0500 (EST) From: Asif Iqbal <iqbala@qwestip.net> Reply-To: syslog-ng@lists.balabit.hu To: syslog-ng@lists.balabit.hu Subject: [syslog-ng]Newbie question
Whats the difference between these two lines
source local { sun-streams ("/dev/log" door("/etc/.syslog_door")); internal(); };
source local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)); internal(); };
Which one should I use for my Solaris SPARC 8 ?
Thanks a lot
-- Asif Iqbal http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08 There's no place like 127.0.0.1
On Sun, 2003-12-21 at 01:22, Asif Iqbal wrote:
Whats the difference between these two lines
source local { sun-streams ("/dev/log" door("/etc/.syslog_door")); internal(); };
source local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)); internal(); };
Which one should I use for my Solaris SPARC 8 ?
the first one, though the path to the syslog door might be different as it was changed to something like /var/run/syslog-door IIRC. -- Bazsi PGP info: KeyID 9AF8D0A9 Fingerprint CD27 CFB0 802C 0944 9CFD 804E C82C 8EB1
On Sun, 21 Dec 2003, Balazs Scheidler wrote:
Date: Sun, 21 Dec 2003 14:25:48 +0100 From: Balazs Scheidler <bazsi@balabit.hu> Reply-To: syslog-ng@lists.balabit.hu To: syslog-ng@lists.balabit.hu Subject: Re: [syslog-ng]Newbie question
On Sun, 2003-12-21 at 01:22, Asif Iqbal wrote:
Whats the difference between these two lines
source local { sun-streams ("/dev/log" door("/etc/.syslog_door")); internal(); };
source local { sun-streams("/dev/log"); udp(ip(0.0.0.0) port(514)); internal(); };
Which one should I use for my Solaris SPARC 8 ?
the first one, though the path to the syslog door might be different as it was changed to something like /var/run/syslog-door IIRC.
I am using the second one and it is logging fine in the files as well as in my database. Should I still change it to the first entry instead ? Also I have a group whose application is depending on syslogd. Can I run both syslogd and syslog-ng+mysql same time ? Thanks a lot for this awesome tool
-- Asif Iqbal http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x8B686E08 There's no place like 127.0.0.1
participants (2)
-
Asif Iqbal
-
Balazs Scheidler