From 1480263b026984a3d48a7f750a78911777464797 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 7 Aug 2008 16:52:31 +0200 Subject: 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. --- doc/features.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 2b3b31d9..8e28daae 100644 --- a/doc/features.html +++ b/doc/features.html @@ -94,6 +94,7 @@ loadable plug-in via custom plugins
  • an easy-to-write to plugin interface
  • ability to send SNMP trap messages
  • +
  • ability to filter out messages based on sequence of arrival
  • support for arbitrary complex boolean, string and arithmetic expressions in message filters
  • -- cgit From f9a45dc801bf9ef3adb53a9cf697a3d919db048b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Fri, 8 Aug 2008 12:51:15 +0200 Subject: fixed problematic file name it lead to invalid link on the web due to web server's rewrite rules. Thanks to Jan Korbel for spotting the problem. --- doc/features.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/features.html') diff --git a/doc/features.html b/doc/features.html index 8e28daae..d221eb77 100644 --- a/doc/features.html +++ b/doc/features.html @@ -74,7 +74,7 @@ easy multi-host support
  • massively multi-threaded with dynamic work thread pools that start up and shut themselves down on an as-needed basis (great for high log volume on multicore machines)
  • -
  • very experimental and volatile support for syslog-protocol +
  • very experimental and volatile support for syslog-protocol compliant messages (it is volatile because standardization is currently underway and this is a proof-of-concept implementation to aid this effort)
  • -- cgit