Statsd: avoid doing a division by zero when calculating the percentile with an empty...
[collectd.git] / src / collectd.conf.pod
index 07af743..a14a8f6 100644 (file)
@@ -973,7 +973,7 @@ at all, B<all> cgroups are selected.
 
 =back
 
-+=head2 Plugin C<cpu>
+=head2 Plugin C<cpu>
 
 The I<CPU plugin> collects CPU usage metrics.
 
@@ -5564,6 +5564,7 @@ user using (extended) regular expressions, as described in L<regex(7)>.
   <Plugin "tail">
     <File "/var/log/exim4/mainlog">
       Instance "exim"
+      Interval 60
       <Match>
         Regex "S=([1-9][0-9]*)"
         DSType "CounterAdd"
@@ -5590,6 +5591,9 @@ This plugin instance is for all B<Match> blocks that B<follow> it, until the
 next B<Instance> option. This way you can extract several plugin instances from
 one logfile, handy when parsing syslog and the like.
 
+The B<Interval> option allows you to define the length of time between reads. If
+this is not set, the default Interval will be used.
+
 Each B<Match> block has the following options to describe how the match should
 be performed: