From c87d1886c33b6d9bbd98879b7f4f3137f7fc9792 Mon Sep 17 00:00:00 2001 From: usev6 Date: Fri, 20 Sep 2019 22:18:56 +0200 Subject: [PATCH] mysql plugin: Tweak docs for WsrepStats option * Avoid rendering as preformatted text. * Note that config option defaults to false. --- src/collectd.conf.pod | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index c13a0677..8fbb364e 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -4878,9 +4878,10 @@ or SQL threads are not running. Defaults to B. =item B I - 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. =item B I -- 2.11.0