From 7111df0ac449c00f71326d9dea907d72259de77b Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 8 Nov 2008 15:54:03 +0100 Subject: [PATCH] collectd.conf(5): Document the new options of the mysql plugin. --- src/collectd.conf.pod | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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 -- 2.11.0