출처 :  http://en.wikipedia.org/wiki/Rsyslog

 

 

Rsyslog

From Wikipedia, the free encyclopedia

 

Rsyslog is an open source software utility used on UNIX and Unix-like computer systems for forwarding log messages in an IP network. It implements the basic syslog protocol, extends it with content-based filtering, rich filtering capabilities, flexible configuration options and adds important features such as using TCP for transport.

 

Protocol

Rsyslog uses the quasi-standard BSD syslog protocol, specified in RFC 3164. As the text of RFC 3164 is just a vague informational description and not a standard, various incompatible extensions of it emerged. Rsyslog supports many of these extensions. The format of relayed messages can be customized.

The most important extensions of the original protocol supported by rsyslog are:

 

  • ISO 8601 timestamp with millisecond granularity and timezone information
  • the addition of the name of relays in the host fields to make it possible to track the path a given message has traversed
  • reliable transport using TCP
  • support GSS-API and TLS
  • logging directly into various database engines.
  • support for the upcoming new IETF syslog RFC series
  • support for buffered operation modes where messages are buffered locally if the receiver is not ready

 

History

The rsyslog project began in 2004, when Rainer Gerhards, the primary author of rsyslog, decided to write a new strong syslog daemon to compete with syslog-ng, because; and according to the author "A new major player will prevent monocultures and provide a rich freedom of choice." Rainer Gerhards worked on rsyslog inside his own company, Adiscon GmbH.

 

Distributions

rsyslog is available for a number of Unix systems and Linux distributions, among others:

 

 

 

'::: 오픈소스 ::: > Rsyslog/LogAnalyzer' 카테고리의 다른 글

Syslog-ng 개념  (0) 2012.05.08
Syslog 개념  (0) 2012.05.08

+ Recent posts