diff options
-rw-r--r-- | doc/property_replacer.html | 3 | ||||
-rw-r--r-- | doc/status.html | 12 |
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index 6d90fa45..89d88c8d 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -23,6 +23,9 @@ socket. Should be useful for debugging.</td></tr> <tr><td><b>UxTradMsg</b></td><td>will disappear soon - do NOT use!</td></tr>
<tr><td><b>HOSTNAME</b></td><td>hostname from the message</td></tr>
<tr><td><b>source</b></td><td>alias for HOSTNAME</td></tr>
+<tr><td><b>FROMHOST</b></td><td>hostname of the system the message was received
+ from (in a relay chain, this is the system immediately in front of us and
+ not necessarily the original sender)</td></tr>
<tr><td><b>syslogtag</b></td><td>TAG from the message</td></tr>
<tr><td><b>PRI</b></td><td>PRI part of the message - undecoded (single value)</td></tr>
<tr><td><b>IUT</b></td><td>the monitorware InfoUnitType - used when talking
diff --git a/doc/status.html b/doc/status.html index d7cef02e..06ff1c9d 100644 --- a/doc/status.html +++ b/doc/status.html @@ -4,11 +4,13 @@ </head>
<body>
<h2>rsyslog status page</h2>
-<p>This page reflects the status as of 2005-09-12.</p>
-<h2>Current Release</h2>
-<p>1.0.0 - <a href="http://www.rsyslog.com/Article30.phtml">change log</a> -
-<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-15.phtml">download</a>
-(<a href="version_naming.html">How are versions named?</a>)</p>
+<p>This page reflects the status as of 2005-09-13.</p>
+<h2>Current Releases</h2>
+<p><b>stable:</b> 1.0.0 - <a href="http://www.rsyslog.com/Article30.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-15.phtml">download</a></p>
+<p><b>development:</b> 1.1.0 - <a href="http://www.rsyslog.com/Article30.phtml">change log</a> -
+<a href="http://www.rsyslog.com/Downloads-index-req-getit-lid-15.phtml">download</a></p>
+<p> (<a href="version_naming.html">How are versions named?</a>)</p>
<h2>Platforms</h2>
<ul>
<li>Linux [tested on Red Hat & Debian]</li>
|