summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 422c0af)
raw | patch | inline | side by side (parent: 422c0af)
author | Florian Forster <octo@huhu.verplant.org> | |
Sat, 8 Nov 2008 14:54:03 +0000 (15:54 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Sat, 8 Nov 2008 14:54:03 +0000 (15:54 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index c6fc5a3f06de455e9cb0e4ba0d3babe500c0b606..9889b61613112041062b60b30bcaa94a45a8d740 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
Select this database. Defaults to I<no database> which is a perfectly reasonable
option for what this plugin does.
+=item B<Port> I<Port>
+
+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<Host> is set to B<localhost> (the default), this setting has no effect.
+See the documentation for the C<mysql_real_connect> function for details.
+
+=item B<Socket> I<Socket>
+
+Specifies the path to the UNIX domain socket of the MySQL server. This option
+only has any effect, if B<Host> is set to B<localhost> (the default).
+Otherwise, use the B<Port> option above. See the documentation for the
+C<mysql_real_connect> function for details.
+
=back
=head2 Plugin C<netlink>