Oliver Schoenknecht said:
> For example, I have stored the local files of the server mail.bla.org 
> in the absolute path /usr/logs. Besides I am running the 
> dialin.bla.org whichs /var/logs/messages-file I would like to grep 
> and put in the /usr/logs of mail.bla.org... got the idea behind this ?

As a slightly more strightforward way of accomplishing what I think you want
to do, `man 8 syslogd` contains some pretty good directions for setting up
syslogd to send log messages directly to another logging host.  This would
allow mail.bla.org to send log messages to dialin.bla.org's messages-file as
well as (or instead of) its own local logs instead of requiring that they be
transferred later.

-- 
"Two words: Windows survives." - Craig Mundie, Microsoft senior strategist
"So does syphillis. Good thing we have penicillin." - Matthew Alton
Geek Code 3.1:  GCS d- s+: a- C++ UL++$ P+>+++ L++>++++ E- W--(++) N+ o+ !K
w---$ O M- !V PS+ PE Y+ PGP t 5++ X+ R++ tv- b++ DI++++ D G e* h+ r++ y+

Reply via email to