mysql plugin: Document the InnodbStats option.
authorFlorian Forster <octo@google.com>
Wed, 6 Aug 2014 13:38:40 +0000 (15:38 +0200)
committerFlorian Forster <octo@collectd.org>
Fri, 8 Aug 2014 07:31:59 +0000 (09:31 +0200)
Resolves #248

src/collectd.conf.in
src/collectd.conf.pod

index 2d51aec..938ee29 100644 (file)
 #              Database "db_name"
 #              MasterStats true
 #              ConnectTimeout 10
+#              InnodbStats true
 #      </Database>
 #
 #      <Database db_name2>
index cc556a0..4035194 100644 (file)
@@ -3073,6 +3073,11 @@ only has any effect, if B<Host> is set to B<localhost> (the default).
 Otherwise, use the B<Port> option above. See the documentation for the
 C<mysql_real_connect> function for details.
 
+=item B<InnodbStats> I<true|false>
+
+If enabled, metrics about the InnoDB storage engine are collected.
+Disabled by default.
+
 =item B<MasterStats> I<true|false>
 
 =item B<SlaveStats> I<true|false>