collectd.conf(5): Fix typo ("queries" vs. "queried").
authorFlorian Forster <octo@collectd.org>
Mon, 15 May 2017 06:14:03 +0000 (08:14 +0200)
committerFlorian Forster <octo@collectd.org>
Mon, 15 May 2017 06:14:03 +0000 (08:14 +0200)
By avoiding the word: "metrics" is bettern than "statistics".

src/collectd.conf.pod

index 6d8a54b..f88430a 100644 (file)
@@ -5376,10 +5376,10 @@ multiple hosts.
 =item B<Interval> I<Seconds>
 
 Sets the interval in which to send ICMP echo packets to the configured hosts.
-This is B<not> the interval in which statistics are queries from the plugin but
-the interval in which the hosts are "pinged". Therefore, the setting here
-should be smaller than or equal to the global B<Interval> setting. Fractional
-times, such as "1.24" are allowed.
+This is B<not> the interval in which metrics are read from the plugin but the
+interval in which the hosts are "pinged". Therefore, the setting here should be
+smaller than or equal to the global B<Interval> setting. Fractional times, such
+as "1.24" are allowed.
 
 Default: B<1.0>