summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-03-25 09:16:41 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2008-03-25 09:16:41 +0000
commit2962bfb7abb25bfeb8d0f818826992ab7c5ac62f (patch)
tree681ff07f62c3da1911c21d7597d20e96750e4881 /doc
parent6b2f3da3b511c842465ea4d0826ea915cc1a11fe (diff)
downloadrsyslog-2962bfb7abb25bfeb8d0f818826992ab7c5ac62f.tar.gz
rsyslog-2962bfb7abb25bfeb8d0f818826992ab7c5ac62f.tar.xz
rsyslog-2962bfb7abb25bfeb8d0f818826992ab7c5ac62f.zip
added $HHOUR and $QHOUR system properties - can be used for half- and
quarter-hour logfile rotation
Diffstat (limited to 'doc')
-rw-r--r--doc/property_replacer.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/property_replacer.html b/doc/property_replacer.html
index 4b98774b..8b777a73 100644
--- a/doc/property_replacer.html
+++ b/doc/property_replacer.html
@@ -71,6 +71,18 @@ only seconds)</td></tr>
<tr><td><b>$DAY</b></td><td>The current day of the month (2-digit)</td></tr>
<tr><td><b>$HOUR</b></td><td>The current hour in military (24 hour) time
(2-digit)</td></tr>
+<tr>
+<td><b>$HHOUR</b></td>
+<td>The current half hour we are in. From minute 0 to 29,
+this is always 0 while
+from 30 to 59 it is always 1.</td>
+</tr>
+<tr>
+<td><b>$QHOUR</b></td>
+<td>The current quarter hour we are in. Much like $HHOUR, but values
+range from 0 to 3 (for the four quater hours that are in each hour)</td>
+</tr>
+<tr>
<tr><td><b>$MINUTE</b></td><td>The current minute (2-digit)</td></tr>
</table>
<p>Properties starting with a $-sign are so-called system properties. These do