summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 336ea1e)
raw | patch | inline | side by side (parent: 336ea1e)
author | Denis Boulas <dene14@gmail.com> | |
Tue, 23 Sep 2014 08:08:25 +0000 (11:08 +0300) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 23 Sep 2014 10:24:57 +0000 (12:24 +0200) |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index e483d445e124a4540aeb1ad846a64356796d47b3..ec2d51ca92427d02be8cb0d1f65f7959eaaf8671 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# DeleteGauges false
# DeleteSets false
# TimerPercentile 90.0
+# TimerLower false
+# TimerUpper false
+# TimerSum false
+# TimerCount false
#</Plugin>
#<Plugin "swap">
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 77d7e2c51e98e07e24cb710a5e264f86ccfee0da..987ac88b6f4d06bd04ec506732916605294b69e3 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
If not specified, no percentile is calculated / dispatched.
+=item B<TimerLower> B<false>|B<true>
+
+Calculates and dispatch the lowest value for the metric in an inteval.
+
+If set to B<False>, no lowest value is calculated / dispatched.
+
+=item B<TimerUpper> B<false>|B<true>
+
+Calculates and dispatch the highest value for the metric in an inteval.
+
+If set to B<False>, no highest value is calculated / dispatched.
+
+=item B<TimerSum> B<false>|B<true>
+
+Calculates and dispatch a sum for all the values for the metric in an inteval.
+
+If set to B<False>, no sum value is calculated / dispatched.
+
+=item B<TimerCount> B<false>|B<true>
+
+Calculates and dispatch a count of all the values for the metric been sent in an inteval.
+
+If set to B<False>, no count value is calculated / dispatched.
+
=back
=head2 Plugin C<swap>