diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-01-28 03:40:41 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-01-28 03:40:41 +0800 |
commit | 2ce0a815cf7d138c7f715f8505023dbd6b0fcef4 (patch) | |
tree | c546aff841e78eee6c584b26b3c1b05d35f30969 /sysutils/Makefile | |
parent | da1b5d80c211460f413a9a2d5bc268ee6afe6c04 (diff) | |
download | freebsd-ports-gnome-2ce0a815cf7d138c7f715f8505023dbd6b0fcef4.tar.gz freebsd-ports-gnome-2ce0a815cf7d138c7f715f8505023dbd6b0fcef4.tar.zst freebsd-ports-gnome-2ce0a815cf7d138c7f715f8505023dbd6b0fcef4.zip |
Rsyslog is an enhanced multi-threaded syslogd with a focus on security and
reliability.
Among others, it offers support for on-demand disk buffering, reliable syslog
over TCP, SSL, TLS and RELP, writing to databases (MySQL, PostgreSQL, Oracle,
and many more), email alerting, fully configurable output formats (including
high-precision timestamps),the ability to filter on any part of the syslog
message, on-the-wire message compression, and the ability to convert text
files to syslog.
It is a drop-in replacement for stock syslogd and able to work with the same
configuration file syntax. 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.
Version 4.x.x is still in devel stage and can show stability issues.
WWW: http://www.rsyslog.com/
PR: ports/130014
Submitted by: Cristiano Rolim Pereira <cristianorolim at hotmail.com>
Diffstat (limited to 'sysutils/Makefile')
-rw-r--r-- | sysutils/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2a36f64462d5..aa69ab024952 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -638,6 +638,7 @@ SUBDIR += rsyslog3-pgsql SUBDIR += rsyslog3-relp SUBDIR += rsyslog3-snmp + SUBDIR += rsyslog4 SUBDIR += rtty SUBDIR += ruby-log4r SUBDIR += ruby-quota |