collectd.conf(5): Minor fixes.
authorFlorian Forster <octo@collectd.org>
Sat, 1 Jun 2013 07:20:59 +0000 (09:20 +0200)
committerFlorian Forster <octo@collectd.org>
Sat, 1 Jun 2013 07:20:59 +0000 (09:20 +0200)
src/collectd.conf.pod

index 5734215..b66c435 100644 (file)
@@ -1511,14 +1511,14 @@ Enable this option if inodes are a scarce resource for you, usually because
 many small files are stored on the disk. This is a usual scenario for mail
 transfer agents and web caches.
 
-=item B<ReportPercentage> B<true>|B<false>
+=item B<ReportPercentage> B<false>|B<true>
 
-Enables or disables reporting of memory and memory in percentage. Defaults to
-false.
+Enables or disables reporting of disk space and inodes as a percentage.
+Defaults to B<false>.
 
-This is useful for deploying collectd on the cloud, where machines with
-different disk size may exist. Then it is more practical to configure thresholds
-based on relative disk size.
+This is useful for deploying I<collectd> on the cloud, where machines with
+different disk size may exist. Then it is more practical to configure
+thresholds based on relative disk size.
 
 =back