From bd702098d986e4985fdf4f7f7658ff4532d96533 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Fri, 19 Dec 2008 17:00:56 +0100 Subject: [PATCH] collectd.conf(5): Updated the section about the "mysql" plugin. * Do not talk about what RRD files things end up in - there is more than "rrdtool" by now. * Updated the section number of the "Server Status Variables" in the MySQL reference manual. * Mention that the MySQL user does not need any special privileges. --- src/collectd.conf.pod | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 17393597..d50f7ce5 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -665,12 +665,12 @@ database when started and keeps the connection up as long as possible. When the connection is interrupted for whatever reason it will try to re-connect. The plugin will complaint loudly in case anything goes wrong. -This plugin issues C and evaluates C, -C and C which correspond to F, -F and F. Also, the values of -C are put in F and values of C are put -in F. Please refer to the B, -I<5.2.4. Server Status Variables> for an explanation of these values. +This plugin issues the MySQL C command and collects information +about MySQL network traffic, executed statements, requests, the query cache +and threads by evaluating the C, C, +C, C and C return values. Please refer to the +B, I<5.1.6. Server Status Variables> for an +explanation of these values. Use the following options to configure the plugin: @@ -682,7 +682,9 @@ Hostname of the database server. Defaults to B. =item B I -Username to use when connecting to the database. +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. =item B I -- 2.11.0