summaryrefslogtreecommitdiffstats
path: root/system/rsyslog/README
diff options
context:
space:
mode:
author Christophe Trussardi2011-12-11 20:19:47 +0100
committer Niels Horn2011-12-18 03:07:45 +0100
commitc7dedc98824f1aec760ef542e39f2289cb469f9c (patch)
treebd100e2f170de3448d61e051b21fb58ddac22c3f /system/rsyslog/README
parenta13590db46cdd8b1f3c6cb1fb0e58ef6850c9a8b (diff)
downloadslackbuilds-c7dedc98824f1aec760ef542e39f2289cb469f9c.tar.gz
system/rsyslog: Added (enhanced syslogd)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rsyslog/README')
-rw-r--r--system/rsyslog/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/system/rsyslog/README b/system/rsyslog/README
new file mode 100644
index 0000000000..67d7542e47
--- /dev/null
+++ b/system/rsyslog/README
@@ -0,0 +1,18 @@
+Rsyslog is an enhanced syslogd supporting, among others, MySQL,
+PostgreSQL, failover log destinations, syslog/tcp, fine grain output
+format control, high precision timestamps, queued operations and the
+ability to filter on any message part. It is quite compatible with
+stock sysklogd and can be used as a drop-in replacement. 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.
+
+Before you can run rsyslog, please see README.SLACKWARE
+
+You can enable a lot of optional (not-autodetected) features by
+passing variables to the script (VAR=yes/no ./rsyslog.SlackBuild):
+MYSQL=yes|no (default: no), requires mysql (part of stock Slackware)
+PGSQL=yes|no (default: no), requires postgresql
+RELP=yes|no (default: no), requires librelp
+LIBDBI=yes|no (default: no), requires libdbi
+GNUTLS=yes|no (default: no), requires gnutls