X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=836f517eebe96001567949084b082e5b4bbdf91c;hb=fadd1df67243af6d0d4f58b10b21755ee1f433d6;hp=7579664ba1b146112722d6023dc074c35e8f2236;hpb=2f2744072ab144b8130b2296327fc3382e5f7f80;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 7579664b..836f517e 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -72,15 +72,19 @@ options are allowed inside a B block: If enabled, collectd will export all global symbols of the plugin (and of all libraries loaded as dependencies of the plugin) and, thus, makes those symbols available for resolving unresolved symbols in subsequently loaded plugins if -that is supported by your system. By default, this is disabled. +that is supported by your system. -This is useful (or possibly even required), e.Eg., when loading a plugin -that embeds some scripting language into the daemon (e.Eg. the C -or C plugins). Scripting languages usually provide means to load +This is useful (or possibly even required), e.g., when loading a plugin that +embeds some scripting language into the daemon (e.g. the I and +I). Scripting languages usually provide means to load extensions written in C. Those extensions require symbols provided by the -interpreter, which is loaded as a dependency of the respective collectd -plugin. See the documentation of those plugins (e.Eg., -L or L) for details. +interpreter, which is loaded as a dependency of the respective collectd plugin. +See the documentation of those plugins (e.g., L or +L) for details. + +By default, this is disabled. As a special exception, if the plugin name is +either C or C, the default is changed to enabled in order to keep +the average user from ever having to deal with this low level linking stuff. =back @@ -1880,9 +1884,9 @@ TCP-Port to connect to. Defaults to B<11211>. =head2 Plugin C The B connects to a Modbus "slave" via Modbus/TCP and reads -register values. It supports reading single registers (unsigned 16Ebit -values), large integer values (unsigned 32Ebit values) and floating point -values (two registers interpreted as IEEE floats in big endian notation). +register values. It supports reading single registers (16Ebit integer +values), large integer values (32Ebit values) and floating point values +(two registers interpreted as IEEE floats in big endian notation). Synopsis: @@ -1900,6 +1904,11 @@ Synopsis: Instance "input-2" + + Collect "voltage-input-1" + Collect "voltage-input-2" + + Address "192.168.0.42" Port "502" @@ -1910,6 +1919,11 @@ Synopsis: Collect "voltage-input-1" Collect "voltage-input-2" + + + Instance "power-supply" + Datagroup "device-type-1" + =over 4 @@ -1948,6 +1962,25 @@ unset, an empty string (no type instance) is used. =back +=item EB IE blocks + +Datagroup blocks define a group of B-definitions. Datagroups can be used +to collect the same data from a number of similar devices. + +Within EDatagroupE/E blocks, the following options are allowed: + +=over 4 + +=item B I + +Specifies which data to include in the datagroup. I must be the same +string as the I argument passed to a B block. You can specify this +option multiple times to include more than one value in the datagroup. All +values in the datagroup will be collected from the devices that use is. At +least one B option is mandatory. + +=back + =item EB IE blocks Host blocks are used to specify to which hosts to connect and what data to read @@ -1995,7 +2028,15 @@ By default "slave_I" is used. Specifies which data to retrieve from the device. I must be the same string as the I argument passed to a B block. You can specify this option multiple times to collect more than one value from a slave. At least one -B option is mandatory. +B or B option is mandatory. + +=item B I + +Specifies which data to retrieve from the device. I must be the +same string as the I argument passed to a B block. All data +specified in the Datagroup definition will be retrieved from the device. You +can specify this option multiple or combine it with the B option. At +least one B or B option is mandatory. =back @@ -4168,34 +4209,20 @@ L. Please see there for details. =head2 Plugin C The I collects information about used and available swap space. On -Solaris, it is possible to collect information on physical swap devices and the -view of the virtual memory subsystem on the matter. On I, the -following options are available: +I, the following options are available: =over 4 -=item B B|B|B +=item B B|B -Configures how to report physical swap devices. If B is used (the +Configures how to report physical swap devices. If set to B is used (the default), the summary over all swap devices is reported only, i.e. the globally -used and available space over all devices. If B is configured, the -used and available space of each device will be reported separately. B -deactivates collection of physical swap information (only valid if collection -via L is available). +used and available space over all devices. If B is configured, the used +and available space of each device will be reported separately. This option is only available if the I can use the L mechanism under I. -=item B B|B - -Configures whether or not to report the view of the virtual memory subsystem on -swap space. This information is used under Solaris if L is not -available and was the default behavior under I in I4>. - -This option is only available if the I can use L and -L to collect swap statistics under I. It defaults to -B. - =back =head2 Plugin C