diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 12:23:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 12:23:42 +0000 |
commit | bc6d3e81e83de83871b03856d55eb71c6a5a0a4c (patch) | |
tree | 86414482a4fa2f44a5c4b92ff1bda7757987d29d /doc/property_replacer.html | |
parent | 8dc836cf04eaf061fb4ee31bcc771e2297f7630b (diff) | |
download | rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.tar.gz rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.tar.xz rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.zip |
made "!progname" fully BSD-compliant; added property "programname"
Diffstat (limited to 'doc/property_replacer.html')
-rw-r--r-- | doc/property_replacer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html index 6bc00fe1..f4c6bd64 100644 --- a/doc/property_replacer.html +++ b/doc/property_replacer.html @@ -27,6 +27,8 @@ socket. Should be useful for debugging.</td></tr> 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>programname</b></td><td>the "static" part of the tag, as defined by
+BSD syslogd. For example, when TAG is "named[12345]", programname is "named".</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
to a <a href="http://www.monitorware.com">MonitorWare</a> backend (also for
@@ -73,4 +75,4 @@ are defined:</p> </table>
</body>
-</html>
\ No newline at end of file +</html>
|