summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1c662d9)
raw | patch | inline | side by side (parent: 1c662d9)
author | Florian Forster <octo@collectd.org> | |
Sat, 5 May 2012 16:05:12 +0000 (18:05 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sat, 5 May 2012 16:05:12 +0000 (18:05 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 5fee0d00e7b292498aa8f3b47bfa0fd273052f2c..01d0dea0baa27bbb2e89ae088136571d78794c39 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
If set to B<true>, the plugin instance and type instance will be in their own
path component, for example C<host.cpu.0.cpu.idle>. If set to B<false> (the
default), the plugin and plugin instance (and likewise the type and type
-instance) are put into once component, for example C<host.cpu-0.cpu-idle>.
+instance) are put into one component, for example C<host.cpu-0.cpu-idle>.
=item B<AlwaysAppendDS> B<false>|B<true>