From: Florian Forster Date: Sat, 8 Nov 2008 14:54:03 +0000 (+0100) Subject: collectd.conf(5): Document the new options of the mysql plugin. X-Git-Tag: collectd-4.6.0~160^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=7111df0ac449c00f71326d9dea907d72259de77b;p=collectd.git collectd.conf(5): Document the new options of the mysql plugin. --- diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index c6fc5a3f..9889b616 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1047,6 +1047,23 @@ Password needed to log into the database. Select this database. Defaults to I which is a perfectly reasonable option for what this plugin does. +=item B I + +TCP-port to connect to. The port must be specified in its numeric form, but it +must be passed as a string nonetheless. For example: + + Port "3306" + +If B is set to B (the default), this setting has no effect. +See the documentation for the C function for details. + +=item B I + +Specifies the path to the UNIX domain socket of the MySQL server. This option +only has any effect, if B is set to B (the default). +Otherwise, use the B option above. See the documentation for the +C function for details. + =back =head2 Plugin C