Code

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 2d51aec7408479c6e37aaa065c0ec325d53d8bba..938ee2915c5a43b90f7181554931d69d646ccfe9 100644 (file)
 #              Database "db_name"
 #              MasterStats true
 #              ConnectTimeout 10
+#              InnodbStats true
 #      </Database>
 #
 #      <Database db_name2>
index cc556a0d981ea5c240ed146f2fc2782cd5553f12..40351940b5873a9a1eff85962337f30ccea2323b 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>