From c3f21e9b5b5f4955c9cb95f112e33ad1b85e92c6 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 22 Feb 2011 10:17:46 +0100 Subject: [PATCH] collectd.conf(5): Mention MySQL privileges required for repl stats. --- src/collectd.conf.pod | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 48a1e73c..13b85f3c 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1660,8 +1660,10 @@ Hostname of the database server. Defaults to B. =item B I Username to use when connecting to the database. The user does not have to be -granted any privileges (which is synonym to granting the C privilege). -Any existing MySQL user will do. +granted any privileges (which is synonym to granting the C privilege), +unless you want to collectd replication statistics (see B and +B below). In this case, the user needs the C +(or C) privileges. Else, any existing MySQL user will do. =item B I @@ -1693,7 +1695,9 @@ C function for details. =item B I -Enable the collection of master / slave statistics in a replication setup. +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 documentation above. =item B I -- 2.30.2