X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcollectd.conf.pod;h=b9f9549d223c1a0548609db6fd3dbac2a1067985;hb=fb558eeea9d5a96a268bd7065accd8d7a9991645;hp=57dc9502587c90c9905385de46f04820b4246e8c;hpb=c7d2dc3967ca49886f2869d9a5dc8ce40a3b126e;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 57dc9502..b9f9549d 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -109,7 +109,7 @@ interval, that setting will take precedence. =back -=item B I +=item B I [I] If I points to a file, includes that file. If I points to a directory, recursively includes all files within that directory and its @@ -119,6 +119,15 @@ use statements like the following: Include "/etc/collectd.d/*.conf" +If the C function is available on your system, a shell-like wildcard +I may be specified to filter which files to include. This may be used +in combination with recursively including a directory to easily be able to +arbitrarily mix configuration files and other documents (e.g. README files). +The following statement is similar to the example above but includes all files +matching C<*.conf> in any subdirectory of C: + + Include "/etc/collectd.d" "*.conf" + If more than one files are included by a single B option, the files will be included in lexicographical order (as defined by the C function). Thus, you can e.Eg. use numbered prefixes to specify the @@ -632,6 +641,12 @@ B can handle it. TCP-Port to connect to. Defaults to B<3551>. +=item B B + +If set to B, the time reported in the C metric will be +converted to seconds. This is the recommended setting. If set to B, the +default for backwards compatibility, the time will be reported in minutes. + =back =head2 Plugin C