How to Setup Rsyslog Remote Logging on Linux (Central Log Server)
Sham Arsiwala — Wed, 01/25/2012 - 15:01
How to Setup Rsyslog Remote Logging on Linux (Central Log Server)
Every Linux distribution have some kind of logging mechanism that
records all the system activities. A while back we provided a list of 20 log files
that are stored under /var/log that you might be helpful during
troubleshooting. These logs are very critical for sysadmin
for troubleshooting purpose.
The following are the three common methods to log a message:
- Logging on the same server: Messages get written into the local hard drive/local database
- Logging on a remote server: Many systems forward their logs over the
network to a central log server. On the central log server, the
messages from various systems are written to the local hard
drive/database. - Relay logging: Branch ‘A’ and Branch ‘B’ logs the messages on 2
different servers. These server in-turn logs the message to the ‘Head
Office’.
Rsyslog is the default logging program on several Linux distributions
including Debian and Red Hat based systems. Apart from implementing the
syslog protocol, rsyslog adds additional features such as content-based filtering. This also uses TCP for transporting, and provides lot of configuration options.
This article explains how to implement the method 2 mentioned above.
i.e This explains how to setup a central logging server, and send logs
from individual servers to the central logging server.
This setup will help you to analyze the log files of all the servers in your infrastructure from a central log server.
Follow Link to read more.: goo.gl/iQ2fQ
--
Regards.:
RHCVA Exam on 2nd Feb 2012.
RHCSA - RHCE Exam 3rd Feb 2012.
New RHCSA - RHCE Batch Starts from 6th Feb.
SHAM P. ARSIWALA.
RHCSA, RHCE, RHCVA
M.: 9099099855, 9327247499.
ElectroMech Corporation
RHCE RHCSS RHCA Training Center.
www.electromech.info
--
Please read http://www.catb.org/~esr/faqs/smart-questions.html before posting.
You received this message because you are subscribed to the "Vibrant GNU/Linux User Group".
To stop receiving emails from this group, mail to VGLUG+unsubscribe@googlegroups.com
To post to this group, send email to VGLUG@googlegroups.com
For more options, visit this group at http://groups.google.com/group/VGLUG
- Login to post comments
