mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 13:10:43 +01:00
doc patch applied, release docs updated
This commit is contained in:
parent
601393acd7
commit
7d4e11f5c7
@ -1,5 +1,5 @@
|
||||
---------------------------------------------------------------------------
|
||||
Version 1.19.10 (rgerhards), 2007-10-15
|
||||
Version 1.19.10 (rgerhards), 2007-10-19
|
||||
- introdcued the new ":modulename:" syntax for calling module actions
|
||||
in selector lines; modified ommysql to support it. This is primarily
|
||||
an aid for further modules and a prequisite to actually allow third
|
||||
|
||||
@ -4,11 +4,11 @@
|
||||
</head>
|
||||
<body>
|
||||
<h2>rsyslog status page</h2>
|
||||
<p>This page reflects the status as of 2007-10-12.</p>
|
||||
<p>This page reflects the status as of 2007-10-19.</p>
|
||||
<h2>Current Releases</h2>
|
||||
<p><b>development:</b> 1.19.9 -
|
||||
<a href="http://www.rsyslog.com/Article135.phtml">change log</a> -
|
||||
<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-61.phtml">download</a></p>
|
||||
<p><b>development:</b> 1.19.10 -
|
||||
<a href="http://www.rsyslog.com/Article137.phtml">change log</a> -
|
||||
<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-62.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>
|
||||
|
||||
@ -182,8 +182,8 @@ Rsyslog offers two different types "filter conditions":
|
||||
Rsyslogd supports BSD-style blocks inside rsyslog.conf. Each block of lines is separated from
|
||||
the previous block by a program or hostname specification. A block will only log messages
|
||||
corresponding to the most recent program and hostname specifications given. Thus, a block which
|
||||
selects ‘ppp’ as the program, directly followed by a block that selects messages from the
|
||||
hostname ‘dialhost’, then the second block will only log messages from the ppp program on dialhost.
|
||||
selects "ppp" as the program, directly followed by a block that selects messages from the
|
||||
hostname "dialhost", then the second block will only log messages from the ppp program on dialhost.
|
||||
|
||||
.SS Selectors
|
||||
.B Selectors are the traditional way of filtering syslog messages.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user