On Thu, 20 Feb 2003 at 10:26am (+1000), Peter Kiem wrote:

> >>     i have sucessfully configured a central log server
> >> on RH linux 7.2, to log for around 20-25 hosts running
> >> solaris & linux.
> 
[...]
> 
> One thing I did want to know before starting, if you are using the
> standard Red Hat syslog like you are, and send the logs to a central log
> server, do the logs ONLY appear on the central log server or are they
> stored locally on each server and a COPY of them is sent to the central
> log server?
> 

syslogd as shipped by redhat is capable of sendings logs to multiple 
locations.  If you add a log rule like...

# Log everything to central logging host
*.*                                                     @10.0.0.1

... to the head of your default /etc/syslogd.conf file all the following
rules like...

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none                /var/log/messages

... are still going to function as before so both the central server and the
local server will be sent a copy of each message.

M.

-- 
WebCentral Pty Ltd           Australia's #1 Internet Web Hosting Company
Level 5, 100 Wickham St.           Network Operations - Systems Engineer
PO Box 930, Fortitude Valley.                     phone: +61 7 3249 2552
Queensland, Australia 4006.                       pgp key id: 0x900E515F



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to