From 4201b3dd5ddc8cf41fd904625e8716a34a53f420 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Wed, 27 May 2009 13:51:05 +0200 Subject: [PATCH] collectd.conf(5): Fixed alphabetic sorting of plugins. --- src/collectd.conf.pod | 66 +++++++++++++++++++++++++-------------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f7f178c0..fddb0f9d 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2552,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 @@ -2623,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 -- 2.11.0