X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=2ee22197cbbdba2343869775a543fc7f7c142b69;hb=dd8429c16bc57f949abb2537e003b76ad88b6f90;hp=12269ae1f67d5e082b5f2081b928e4bc75af2c87;hpb=de9cbff39b893f445d678c0a3bc3f8fb0456f42b;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 12269ae1..2ee22197 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2890,7 +2890,7 @@ B RegisterBase 0 RegisterType float - ModbusRegisterType holding + RegisterCmd ReadHolding Type voltage Instance "input-1" @@ -2898,7 +2898,7 @@ B RegisterBase 2 RegisterType float - ModbusRegisterType holding + RegisterCmd ReadHolding Type voltage Instance "input-2" @@ -2906,7 +2906,7 @@ B RegisterBase 0 RegisterType Int16 - ModbusRegisterType holding + RegisterCmd ReadHolding Type temperature Instance "temp-1" @@ -2957,10 +2957,10 @@ Specifies what kind of data is returned by the device. If the type is B, B or B, two 16Ebit registers will be read and the data is combined into one value. Defaults to B. -=item B B|B +=item B B|B Specifies register type to be collected from device. Works only with libmodbus -2.9.2 or higher. Defaults to B. +2.9.2 or higher. Defaults to B. =item B I @@ -3145,12 +3145,12 @@ Disabled by default. Enable the collection of master / slave statistics in a replication setup. In order to be able to get access to these statistics, the user needs special -privileges. See the B documentation above. +privileges. See the B documentation above. Defaults to B. =item B I If enabled, the plugin sends a notification if the replication slave I/O and / -or SQL threads are not running. +or SQL threads are not running. Defaults to B. =item B I @@ -5534,6 +5534,14 @@ Set the "XFiles Factor". The default is 0.1. If unsure, don't set this option. I must be in the range C<[0.0-1.0)>, i.e. between zero (inclusive) and one (exclusive). +=item B B|B + +When set to B, various statistics about the I daemon will be +collected, with "rrdcached" as the I. Defaults to B. + +Statistics are read via Is socket using the STATS command. +See L for details. + =back =head2 Plugin C @@ -6954,25 +6962,29 @@ want to use authentication all three fields must be set. This output plugin submits values to an HTTP server using POST requests and encoding metrics with JSON or using the C command described in -L. Each destination you want to post data to needs to -have one B block, within which the destination can be configured further, -for example by specifying authentication data. +L. Synopsis: - + + URL "http://example.com/post-collectd" User "collectd" Password "weCh3ik0" Format JSON - + -B blocks need one string argument which is used as the URL to which data -is posted. The following options are understood within B blocks. +The plugin can send values to multiple HTTP servers by specifying one +EBEIE block for each server. Within each B +block, the following options are available: =over 4 +=item B I + +URL to which the values are submitted to. Mandatory. + =item B I Optional user name needed for authentication.