X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=0df5c3b767f9c585f951e9c2e453358363e849e2;hb=b2a7cb85e09f67cbaf114eb64bf736f3a24d9d55;hp=f7e14d05adcb8d1b75975b845b6972e3fcd6bcb1;hpb=81e65e29f3124332953c5f4641019559e472df8a;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f7e14d05..0df5c3b7 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1039,9 +1039,18 @@ L. =head2 Plugin C +B See notes below. + The C plugin uses the B library from the B project L to read sensors connected via the onewire bus. +Currently only temperature sensors (sensors with the family code C<10>, +e.Eg. DS1820, DS18S20, DS1920) can be read. If you have other sensors you +would like to have included, please send a sort request to the mailing list. + +Hubs (the DS2409 chips) are working, but read the note, why this plugin is +experimental, below. + =over 4 =item B I @@ -1058,6 +1067,8 @@ with that version, the following configuration worked for us: Device "-s localhost:4304" +This directive is B and does not have a default value. + =item B I Selects sensors to collect or to ignore, depending on B, see @@ -1077,6 +1088,17 @@ interfaces are collected. =back +B The C plugin is experimental, because it doesn't yet +work with big setups. It works with one sensor being attached to one +controller, but as soon as you throw in a couple more senors and maybe a hub +or two, reading all values will take more than ten seconds (the default +interval). We will probably add some separate thread for reading the sensors +and some cache or something like that, but it's not done yet. We will try to +maintain backwards compatibility in the future, but we can't probmise. So in +short: If it works for you: Great! But kaap in mind that the config I +change, though this is unlikely. Oh, and if you want to help improving this +plugin, just send a short notice to the mailing list. ThanksE:) + =head2 Plugin C This plugin embeds a Perl-interpreter into collectd and provides an interface @@ -1193,6 +1215,20 @@ of each result column. Detailed information about types and their configuration can be found in L. The number and order of the B options has to match the columns of the query result. +=item B I + +=item B I + +Specify the minimum or maximum version of PostgreSQL that this query should be +used with. Some statistics might only be available with certain versions of +PostgreSQL. This allows you to specify multiple queries with the same name but +which apply to different versions, thus allowing you to use the same +configuration in a heterogeneous environment. + +The I has to be specified as the concatenation of the major, minor +and patch-level versions, each represented as two-decimal-digit numbers. For +example, version 8.2.3 will become 80203. + =back The following predefined queries are available (the definitions can be found @@ -1436,9 +1472,9 @@ In this case please file a bug report with the collectd team. =item B I Configures the path to the UNIX domain socket to be used when connecting to the -daemon. By default C will be used for an -authoritative server and C will be used -for the recursor. +daemon. By default C<${localstatedir}/run/pdns.controlsocket> will be used for +an authoritative server and C<${localstatedir}/run/pdns_recursor.controlsocket> +will be used for the recursor. =back @@ -1547,8 +1583,8 @@ When collecting many statistics with collectd and the C plugin, you will run serious performance problems. The B setting and the internal update queue assert that collectd continues to work just fine even under heavy load, but the system may become very unresponsive and slow. This is -a problem especially if create graphs from the RRD files on the same machine, -for example using the C script included in the +a problem especially if you create graphs from the RRD files on the same +machine, for example using the C script included in the C directory. This setting is designed for very large setups. Setting this option to a value @@ -1637,7 +1673,7 @@ user using (extended) regular expressions, as described in L. Regex "\\" DSType "CounterInc" - Type "email_count" + Type "counter" Instance "local_user" @@ -1936,6 +1972,9 @@ hosts sends it's CPU statistics to the server every 60 seconds, a notification will be dispatched after about 120 seconds. It may take a little longer because the timeout is checked only once each B on the server. +When a value comes within range again or is received after it was missing, an +"OKAY-notification" is dispatched. + Here is a configuration example to get you started. Read below for more information.