From 607177837713cd800446605630658eb596022086 Mon Sep 17 00:00:00 2001
From: Rainer Gerhards Be sure to visit Rainer's syslog block
+blog post on this topic, written a bit early, but covering the essence).
+In November 2007, rsyslog became the default syslogd in Fedora 8.
+Obviously, that was something we *really* liked. Community involvement also is
+still growing. There is one sad thing to note: ever since summer, there is an
+extremely hard to find segfault bug. It happens on very rare occasions only and
+never in lab. We are hunting this bug for month now, but still could not get
+hold of it. Unfortunately, this also affects the new features schedule. It makes
+limited sense to implement new features if problems with existing ones are not
+really understood. December 2008 showed the appearance of a postgres
+output module, contributed by sur5r. With 1.20.0, December is also the first
+time since the bughunt that we introduce other new features. It has been deciced
+that we carefully will add features in order to not affect the overall project
+by these rare bugs. Still, the bughunt is top priortiy, but we need to have more
+data to analyse. Be sure to visit Rainer's syslog blog
to get some more insight into the development and futures of rsyslog and syslog in general.
Don't be shy to post to either the blog or the
rsyslog forums. Default: Description: Dynamically loads a plug-in into rsyslog's address space and activates it.
-The plug-in must obey the rsyslog module API. Currently, only MySQL is available
-as a plugin, but others may create their own. A plug-in must be loaded BEFORE
+The plug-in must obey the rsyslog module API. Currently, only MySQL and Postgres
+output modules are available
+as a plugins, but users may create their own. A plug-in must be loaded BEFORE
any configuration file lines that reference it. Modules must be present in the system default destination for rsyslog
modules. You can also set the directory via the
@@ -18,7 +19,7 @@ $ModDir directive.
Sample:
$ModLoad MySQL # load MySQL functionality
-$ModLoad /rsyslog/modules/somemodule.so # load a module via absolute path
[rsyslog.conf overview] [manual index] [rsyslog site]
diff --git a/doc/status.html b/doc/status.html index 94abde3e..b401a1eb 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@This page reflects the status as of 2007-12-03.
+This page reflects the status as of 2007-12-07.
development: 1.20.0 - -change log - -download
+change log - +downloadstable: 1.0.5 - change log - download
-- cgit v1.2.3