summaryrefslogtreecommitdiffstats
path: root/docs/source/configuration.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/configuration.rst')
-rw-r--r--docs/source/configuration.rst11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/source/configuration.rst b/docs/source/configuration.rst
index 9ee3cb3..6353142 100644
--- a/docs/source/configuration.rst
+++ b/docs/source/configuration.rst
@@ -1,4 +1,4 @@
-.. Copyright 2012 David Sommerseth <dazo@users.sourceforge.net>
+.. Copyright 2012 - 2013 David Sommerseth <dazo@users.sourceforge.net>
This is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
@@ -330,6 +330,15 @@ A Rules section consists of two required configuration variables:
This sets how many times this event should match before triggering the
reporter.
+* threshold-type:
+
+ This defines how the threshold counter works. By default, it is set to
+ *rule*. This will increase the "hit counter" each time this watch rule
+ is triggered. By setting the *threshold-type* parameter to *exact* it
+ will also consider the regex groups defined in the *regex* parameter.
+ When using the *exact* type, it will have individual threshold counters
+ per group contents for each time this rule is triggered.
+
The optional settings are:
* reporters