diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-07 16:52:31 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-08-07 16:52:31 +0200 |
commit | 1480263b026984a3d48a7f750a78911777464797 (patch) | |
tree | 1dcbd1c29dded6d1ae646615d165afe430861ea0 /doc/rsyslog_ng_comparison.html | |
parent | 0a7f964436af73f2e7fbd403b563f8d5a743f4a5 (diff) | |
download | rsyslog-1480263b026984a3d48a7f750a78911777464797.tar.gz rsyslog-1480263b026984a3d48a7f750a78911777464797.tar.xz rsyslog-1480263b026984a3d48a7f750a78911777464797.zip |
added ability to execute actions only after the n-th call of the action
This also lead to the addition of two new config directives:
$ActionExecOnlyEveryNthTime and $ActionExecOnlyEveryNthTimeTimeout
This feature is useful, for example, for alerting: it permits you to
send an alert only after at least n occurences of a specific message
have been seen by rsyslogd. This protectes against false positives
due to waiting for additional confirmation.
Diffstat (limited to 'doc/rsyslog_ng_comparison.html')
-rw-r--r-- | doc/rsyslog_ng_comparison.html | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/rsyslog_ng_comparison.html b/doc/rsyslog_ng_comparison.html index 600875a8..74d83f72 100644 --- a/doc/rsyslog_ng_comparison.html +++ b/doc/rsyslog_ng_comparison.html @@ -209,10 +209,8 @@ priority</td> <td></td> </tr> <tr> -<td valign="top">ability to filter on any other -message -field not mentioned above -(including substrings and the like)</td> +<td valign="top">ability to filter on any other message +field not mentioned above (including substrings and the like)</td> <td valign="top">yes</td> <td valign="top">no</td> </tr> @@ -248,6 +246,12 @@ based on filters</td> <td></td> </tr> <tr> +<td valign="top">ability to filter out messages based on sequence of appearing</td> +<td valign="top">yes</td> +<td valign="top">no</td> +<td></td> +</tr> +<tr> <td valign="top">powerful BSD-style hostname and program name blocks for easy multi-host support</td> <td valign="top">yes</td> |