mysql plugin: Tweak docs for WsrepStats option
authorusev6 <use_v6@aglaz.de>
Fri, 20 Sep 2019 20:18:56 +0000 (22:18 +0200)
committerusev6 <use_v6@aglaz.de>
Sat, 21 Sep 2019 06:00:27 +0000 (08:00 +0200)
* Avoid rendering as preformatted text.
* Note that config option defaults to false.

src/collectd.conf.pod

index c13a067..8fbb364 100644 (file)
@@ -4878,9 +4878,10 @@ or SQL threads are not running. Defaults to B<false>.
 
 =item B<WsrepStats> I<true|false>
 
- Enable the collection of wsrep plugin statistics, used in Master-Master
- replication setups like in MySQL Galera/Percona XtraDB Cluster.
- User needs only privileges to execute 'SHOW GLOBAL STATUS'
+Enable the collection of wsrep plugin statistics, used in Master-Master
+replication setups like in MySQL Galera/Percona XtraDB Cluster.
+User needs only privileges to execute 'SHOW GLOBAL STATUS'.
+Defaults to B<false>.
 
 =item B<ConnectTimeout> I<Seconds>