]> git.ipfire.org Git - thirdparty/collectd.git/commitdiff
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 c13a0677818786b95df28e0dd855291d170fc5ff..8fbb364ef9273d6e10d581c3ed69c4d4e6a1837c 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>