X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=f85c7e799291354756f04ce53c022cfd386fb147;hb=4371ef7f98f6f51ea3df34d5e26e175d6b44a328;hp=c67b19e899d216a053375648aa8d7572de9b056f;hpb=d5fb76cc6aa238979e66db8e8e133690f1f48218;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index c67b19e8..f85c7e79 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -357,13 +357,13 @@ There are a couple of limitations you should be aware of: =over 4 -=item +=item * The I cannot be left unspecified, because it is not reasonable to add apples to oranges. Also, the internal lookup structure won't work if you try to group by type. -=item +=item * There must be at least one unspecified, ungrouped field. Otherwise nothing will be aggregated. @@ -438,19 +438,19 @@ This will create the files: =over 4 -=item +=item * foo.example.com/cpu-even-average/cpu-idle -=item +=item * foo.example.com/cpu-even-average/cpu-system -=item +=item * foo.example.com/cpu-even-average/cpu-user -=item +=item * ... @@ -1175,11 +1175,17 @@ The following options are valid within B blocks: Sets the plugin instance to I. =item B I + =item B I + =item B B|B + =item B B|B + =item B I + =item B
I
+ =item B I These options behave exactly equivalent to the appropriate options of the @@ -3749,11 +3755,11 @@ Default: C =head2 Plugin C -The C plugin collects per-peer ntpd data such as time offset and time +The C plugin collects per-peer ntp data such as time offset and time dispersion. For talking to B, it mimics what the B control program does on -wire - using B specific requests. This mode is deprecated with +the wire - using B specific requests. This mode is deprecated with newer B releases (4.2.7p230 and later). For the C plugin to work correctly with them, the ntp daemon must be explicitly configured to enable B (which is disabled by default). Refer to the I @@ -4794,6 +4800,9 @@ collected for these selected processes are size of the resident segment size (RSS), user- and system-time used, number of processes and number of threads, io data (where available) and minor and major pagefaults. +Some platforms have a limit on the length of process names. I must stay +below this limit. + =item B I I Similar to the B option this allows to select more detailed @@ -5949,20 +5958,20 @@ The following methods are used to find the machine's UUID, in order: =over 4 -=item +=item * Check I (or I). -=item +=item * Check for UUID from HAL (L) if present. -=item +=item * Check for UUID from C / SMBIOS. -=item +=item * Check for UUID from Xen hypervisor.