X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Fcollectd.conf.pod;h=3e11e0637cd57b480301e93a8af863f7c85dc3f9;hb=6159b6f81403b90eb2b1f1c60fa8006cd3405d1b;hp=ac06547f2724002ef3d4f004e4395e899631d166;hpb=1d18c92a85f0265d5fcddf0853b57288e7def20a;p=collectd.git diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index ac06547f..3e11e063 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -3661,6 +3661,13 @@ Synopsis: SlaveStats true SlaveNotifications true + + + Alias "galera" + Host "localhost" + Socket "/var/run/mysql/mysqld.sock" + WsrepStats true + A B block defines one connection to a MySQL database. It accepts a @@ -3731,6 +3738,12 @@ privileges. See the B documentation above. Defaults to B. If enabled, the plugin sends a notification if the replication slave I/O and / 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' + =item B I Sets the connect timeout for the MySQL client.