Re: [opensuse] Cant get syslog server my w/station to accept 514 connections for remote logging.
- From: Chuck Amadi <chuck.amadi@xxxxxxxxxxx>
- Date: Thu, 29 Mar 2007 16:30:41 +0100
Carlos E. R. wrote:
-----BEGIN PGP SIGNED MESSAGE-----Hi Carols
Hash: SHA1
The Thursday 2007-03-29 at 15:59 +0100, Chuck Amadi wrote:
I have been trying to get my OpenSuSE 10.2 Retail Client to accept remote logs
from mail server.
Piece of cake. :-p
Any ideas
Add this to the default config of /etc/syslog-ng/syslog-ng.conf
source ext {
udp(ip("0.0.0.0") port(514));
};
below the source src {...} def. Then:
filter f_router { host("router"); };
destination router { file("/var/log/router"); };
log { source(ext); filter(f_router); destination(router); };
All my external log sources are thus separated.
- -- Cheers,
Carlos E. R.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Made with pgp4pine 1.76
iD8DBQFGC9jOtTMYHG2NR9URAkbyAJ9H6/3AwsjzovcsXyPlDWYpRUnwDwCfcM7f
gatmIAnzXBN//xve7LJRdEs=
=T2su
-----END PGP SIGNATURE-----
I hope So gave up on for a day or So to gather my thoughts.
I will look at your snippet and have a crack after I make a backup.
Cheers
Chuck
--
Chuck Amadi
ROK Corporation Limited
Ty ROK,
Dyffryn Business Park,
Llantwit Major Road,
Llandow,
Vale Of Glamorgan.
CF71 7PY
Tel: 01446 795 839
Fax: 01446 794 994
International Tel: +44 1446 795 839
email: chuck.amadi@xxxxxxxxxxx
This email is confidential to the addressee only. If you do not believe
that you are the intended recipient, do not pass it on or copy it in any
way. Please delete it immediately.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
- References:
- Prev by Date: [opensuse] Re: logrotate and crontab
- Next by Date: Re: [opensuse] SUSE certified laptop
- Previous by thread: Re: [opensuse] Cant get syslog server my w/station to accept 514 connections for remote logging.
- Next by thread: Re: [opensuse] Cant get syslog server my w/station to accept 514 connections for remote logging.
- Index(es):
Relevant Pages
- Re: [opensuse] Cant get syslog server my w/station to accept 514 connections for remote logging.
... Piece of cake. ... below the source src def. ... All my
external log sources are thus separated. ... (SuSE) - Re: [opensuse] Cant get syslog server my w/station to accept 514 connections for remote logging.
... Carlos E. R. wrote: ... Excellent added your additions and run netstat command
which now works. ... So any steps me in the right direction to for my external log sources
in a separated file as you mentioned. ... which I will install MailGraph for graph reports on
are mail server as I am not allowed to add any more load on are postfix mail server. ...
(SuSE) - Re: Python Polymorphism
... carlos> Supose that I want to create two methos (inside a ... That
isn't polymorphism, that's function overloading. ... carlos> def myMethod: ...
(comp.lang.python)