summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 59b81dd)
raw | patch | inline | side by side (parent: 59b81dd)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 5 Apr 2010 12:02:59 +0000 (14:02 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Mon, 5 Apr 2010 12:02:59 +0000 (14:02 +0200) |
… of the Regex match.
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 583e30cfd9af41328cfa3dbb86cc26cdbbccb543..c2dfaf3d80456e0acf0f5618c05f0ae63c4e490a 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
the identifier of a value. If multiple regular expressions are given, B<all>
regexen must match for a value to match.
+=item B<Invert> B<false>|B<true>
+
+When set to B<true>, the result of the match is inverted, i.e. all value lists
+where all regular expressions apply are not matched, all other value lists are
+matched. Defaults to B<false>.
+
=back
Example: