b9b5b02aa2
Rsyslog is an enhanced multi-threaded syslogd supporting, among others, syslog/tcp, permitted sender lists, filtering on any message part, and fine grain output format control. Its advanced features make it suitable for enterprise-class, encryption protected syslog relay chains while at the same time being very easy to setup for the novice user. The following features are supported through modules: logging to MySQL, PostgreSQL, any libdbi-supported backend; SNMP trap sender, GSS API, RELP. WWW: http://www.rsyslog.com/
14 lines
687 B
Text
14 lines
687 B
Text
librelp is an easy to use library for the RELP protocol. RELP in turn
|
|
provides reliable event logging over the network (and consequently
|
|
RELP stands for Reliable Event Logging Protocol).
|
|
|
|
RELP (and hence) librelp assures that no message is lost, not even
|
|
when connections break and a peer becomes unavailable. The current
|
|
version of RELP has a minimal window of opportunity for message
|
|
duplication after a session has been broken due to network problems.
|
|
In this case, a few messages may be duplicated (a problem that also
|
|
exists with plain tcp syslog). Future versions of RELP will address
|
|
this shortcoming.
|
|
|
|
WWW: http://www.librelp.com/
|
|
Author: Rainer Gerhards <rgerhards@adiscon.com>
|