diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/features.html | 4 | ||||
-rw-r--r-- | doc/rsyslog_conf.html | 3 | ||||
-rw-r--r-- | doc/status.html | 8 |
3 files changed, 9 insertions, 6 deletions
diff --git a/doc/features.html b/doc/features.html index 8d79c52a..466b99cb 100644 --- a/doc/features.html +++ b/doc/features.html @@ -15,7 +15,9 @@ is going on, you can also subscribe to the <a href="http://lists.adiscon.net/mai <li>native support for <a href="rsyslog_mysql.html">writing to MySQL databases</a><li>support for (plain) tcp based syslog - much better reliability<li>support for sending and receiving - compressed syslog messages<li>support for receiving messages via
reliable <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php">
RFC 3195</a> delivery<li>ability to generate file names and directories (log targets) + compressed syslog messages<li>ability to configure backup syslog/database + servers - if the primary fails, control is switched to a prioritized list of + backups<li>support for receiving messages via
reliable <a href="http://www.monitorware.com/Common/en/glossary/rfc3195.php">
RFC 3195</a> delivery<li>ability to generate file names and directories (log targets) dynamically, based on many different properties<li>control of log output format, including ability to present channel and priority as visible log data<li>good timestamp format control; at a minimum, ISO 8601/RFC 3339 second-resolution UTC zone<li>ability to reformat message contents and work with substrings<li>support for diff --git a/doc/rsyslog_conf.html b/doc/rsyslog_conf.html index 73f71986..8246edf7 100644 --- a/doc/rsyslog_conf.html +++ b/doc/rsyslog_conf.html @@ -35,7 +35,8 @@ works hand-in-hand with the multiple actions per selector feature. It can be used, for example, to create rules that automatically switch destination servers or databases to a (set of) backup(s), if the primary server fails. Note that this feature depends on proper implementation of the suspend feature in the -output module.</p> +output module. All built-in output modules properly support it (most importantly +the database write and the syslog message forwarder).</p> <p>The following is an example of what can be done with it (a config file excerpt):</p> <p><code><b>*.* @@primary-syslog.example.com<br> diff --git a/doc/status.html b/doc/status.html index ba54e95b..7fc6701b 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,11 @@ </head> <body> <h2>rsyslog status page</h2> -<p>This page reflects the status as of 2007-08-01.</p> +<p>This page reflects the status as of 2007-08-03.</p> <h2>Current Releases</h2> -<p><b>development:</b> 1.17.6 - -<a href="http://www.rsyslog.com/Article103.phtml">change log</a> - -<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-48.phtml">download</a></p> +<p><b>development:</b> 1.18.0 - +<a href="http://www.rsyslog.com/Article105.phtml">change log</a> - +<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-49.phtml">download</a></p> <p><b>stable:</b> 1.0.5 - <a href="http://www.rsyslog.com/Article85.phtml">change log</a> - <a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-39.phtml">download</a></p> <p> (<a href="version_naming.html">How are versions named?</a>)</p> |