Code

Added config options `host' and `port' to the `hddtemp' plugin.
[collectd.git] / src / collectd.conf.pod
index d6be6f3cc6036eac6f9f114b04fbbd89654c1388..ca834930b6198b66c05330960cf8919253c042a1 100644 (file)
@@ -84,6 +84,29 @@ is available in the B<Client> and B<Server> mode.
 Some Plugins may register own options. These options must be inclosed in a
 C<Plugin>-Section. Which options exist depends on the plugin used:
 
+=head2 Plugin C<mysql>
+
+=over 4
+
+=item B<Host> I<Hostname>
+
+Hostname of the database server. Defaults to B<localhost>.
+
+=item B<User> I<Username>
+
+Username to use when connecting to the database.
+
+=item B<Password> I<Password>
+
+Password needed to log into the database.
+
+=item B<Database> I<Database>
+
+Select this database. Defaults to I<no database> which is a perfecly reasonable
+option for what this plugin does.
+
+=back
+
 =head2 Plugin C<ping>
 
 =over 4