summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d634bc3)
raw | patch | inline | side by side (parent: d634bc3)
author | Sebastian Harl <sh@tokkee.org> | |
Sat, 12 Jul 2008 09:35:21 +0000 (11:35 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 15 Jul 2008 06:49:42 +0000 (08:49 +0200) |
Signed-off-by: Sebastian Harl <sh@tokkee.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index faff2ffe35bb30f2818e21ef6a18c695630da464..f20f42e3f41ee3d01fc7877bed4585f0fa9bfd27 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
ignored. Values are either string, enclosed in double-quotes,
(floating-point-)numbers or a boolean expression, i.E<nbsp>e. either B<true> or
B<false>. String containing of only alphanumeric characters and underscores do
-not need to be quoted.
+not need to be quoted. Lines may be wrapped by using `\' as the last character
+before the newline. This allows long lines to be split into multiple lines.
+Quoted strings may be wrapped as well. However, those are treated special in
+that whitespace at the beginning of the following lines will be ignored, which
+allows for nicely indenting the wrapped lines.
The configuration is read and processed in order, i.E<nbsp>e. from top to
bottom. So the plugins are loaded in the order listed in this config file. It