mysql: document defaults to boolean config options
authorMarc Fournier <marc.fournier@camptocamp.com>
Fri, 23 Jan 2015 14:01:52 +0000 (15:01 +0100)
committerMarc Fournier <marc.fournier@camptocamp.com>
Fri, 23 Jan 2015 14:01:52 +0000 (15:01 +0100)
src/collectd.conf.pod

index 75f7942..e7913ac 100644 (file)
@@ -1958,12 +1958,12 @@ C<mysql_real_connect> function for details.
 
 Enable the collection of master / slave statistics in a replication setup. In
 order to be able to get access to these statistics, the user needs special
-privileges. See the B<User> documentation above.
+privileges. See the B<User> documentation above. Defaults to B<false>.
 
 =item B<SlaveNotifications> I<true|false>
 
 If enabled, the plugin sends a notification if the replication slave I/O and /
-or SQL threads are not running.
+or SQL threads are not running. Defaults to B<false>.
 
 =back