X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=d4f667b7892600d1059afbbd21de4d5a7e61203a;hb=94f2ff236902035a1d549bbe393402ec30ee245f;hp=43946bdf6b0890176b2c37dbb3fd7c186ed1af1b;hpb=e8999694aac7184ac4eea29564a2892f188c4171;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 43946bdf..d4f667b7 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1821,7 +1821,7 @@ L. The B block defines one database query which may later be used by a database definition. It accepts a single mandatory argument which specifies the name of the query. The names of all queries have to be unique (see the -B and B options below for an exception to this +B and B options below for an exception to this rule). The following configuration options are available to define the query: In each B block, there is one or more B blocks. B @@ -1940,9 +1940,9 @@ The order of the B options defines which columns of the query result should be used. The first option specifies the data found in the first column, the second option that of the second column, and so on. -=item B I +=item B I -=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 @@ -1954,6 +1954,13 @@ 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. +=item B I + +=item B I + +These are deprecated synonyms for B and B +respectively. They will be removed in version 5 of collectd. + =back The following predefined queries are available (the definitions can be found @@ -2236,7 +2243,7 @@ slashes. =head2 Plugin C -The C plugin uses the RRDTool accelerator daemon, L, +The C plugin uses the RRDtool accelerator daemon, L, to store values to RRD files in an efficient manner. The combination of the C B and the C B is very similar to the way the C plugin works (see below). The added abstraction layer @@ -2288,7 +2295,7 @@ expected. Default is B. You can use the settings B, B, B, and B to fine-tune your RRD-files. Please read L if you encounter problems -using these settings. If you don't want to dive into the depths of RRDTool, you +using these settings. If you don't want to dive into the depths of RRDtool, you can safely ignore these settings. =over 4 @@ -2545,39 +2552,6 @@ This optional setting sets the type instance to use. =back -=head2 Plugin C - -The C connects to the query port of a teamspeak2 server and -polls interesting global and virtual server data. The plugin can query only one -physical server but unlimited virtual servers. You can use the following -options to configure it: - -=over 4 - -=item B I - -The hostname or ip which identifies the physical server. -Default: 127.0.0.1 - -=item B I - -The query port of the physical server. This needs to be a string. -Default: "51234" - -=item B I - -This option has to be added once for every virtual server the plugin should -query. If you want to query the virtual server on port 8767 this is what the -option would look like: - - Server "8767" - -This option, although numeric, needs to be a string, i.Ee. you B -use quotes around it! If no such statement is given only global information -will be collected. - -=back - =head2 Plugin C The C counts the number of currently established TCP @@ -2616,6 +2590,39 @@ port in numeric form. =back +=head2 Plugin C + +The C connects to the query port of a teamspeak2 server and +polls interesting global and virtual server data. The plugin can query only one +physical server but unlimited virtual servers. You can use the following +options to configure it: + +=over 4 + +=item B I + +The hostname or ip which identifies the physical server. +Default: 127.0.0.1 + +=item B I + +The query port of the physical server. This needs to be a string. +Default: "51234" + +=item B I + +This option has to be added once for every virtual server the plugin should +query. If you want to query the virtual server on port 8767 this is what the +option would look like: + + Server "8767" + +This option, although numeric, needs to be a string, i.Ee. you B +use quotes around it! If no such statement is given only global information +will be collected. + +=back + =head2 Plugin C =over 4