summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 50d491f)
raw | patch | inline | side by side (parent: 50d491f)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 12 Dec 2009 10:55:08 +0000 (11:55 +0100) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 12 Dec 2009 10:55:08 +0000 (11:55 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 37ea1da6250f7538d63bbc3c1923be24fabd34e2..41597edd18ac0ca151670cc7dc88d8d6abf8a788 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=item B<MeasureResponseTime> B<true>|B<false>
-Measure response time for the request. Disabled by default.
+Measure response time for the request. If this setting is enabled, B<Match>
+blocks (see below) are optional. Disabled by default.
=item B<E<lt>MatchE<gt>>
One or more B<Match> blocks that define how to match information in the data
returned by C<libcurl>. The C<curl> plugin uses the same infrastructure that's
used by the C<tail> plugin, so please see the documentation of the C<tail>
-plugin below on how matches are defined.
+plugin below on how matches are defined. If the B<MeasureResponseTime> option
+is set to B<true>, B<Match> blocks are optional.
=back