X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=5f4373164c6f36fcf96d45ec50454e20bebf7b4d;hb=d0ffa86f72a7138fe0a0c05a16c18cda84cdb3b1;hp=81c8f4c6ccd958dcb3cac9d3b9dcadb3aa0d20d3;hpb=78a2746febb51f55dc6df7f0a0748dce2aed448b;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 81c8f4c6..5f437316 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -6,9 +6,9 @@ collectd.conf - Configuration for the system statistics collection daemon B Interval 3600 + + ValuesPercentage true + LoadPlugin ping @@ -28,7 +31,8 @@ collectd.conf - Configuration for the system statistics collection daemon B behaves. The most significant option is B, which controls which plugins to load. These plugins ultimately define collectd's -behavior. +behavior. If the B option has been enabled, the explicit +B lines may be omitted. The syntax of this config file is similar to the config file of the famous I webserver. Each line contains either an option (a key and a list of @@ -55,8 +59,9 @@ indenting the wrapped lines. The configuration is read and processed in order, i.e. from top to bottom. So the plugins are loaded in the order listed in this config file. It is a good idea to load any logging plugins first in order to catch messages from plugins -during configuration. Also, the C option B occur B -the appropriate CPlugin ...E> block. +during configuration. Also, unless B is enabled, the +B option I occur I the appropriate +CB ...E> block. =head1 GLOBAL OPTIONS