summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7d1ee33)
raw | patch | inline | side by side (parent: 7d1ee33)
author | Florian Forster <octo@google.com> | |
Wed, 6 Aug 2014 13:38:40 +0000 (15:38 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 8 Aug 2014 07:31:59 +0000 (09:31 +0200) |
Resolves #248
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 2d51aec7408479c6e37aaa065c0ec325d53d8bba..938ee2915c5a43b90f7181554931d69d646ccfe9 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# Database "db_name"
# MasterStats true
# ConnectTimeout 10
+# InnodbStats true
# </Database>
#
# <Database db_name2>
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index cc556a0d981ea5c240ed146f2fc2782cd5553f12..40351940b5873a9a1eff85962337f30ccea2323b 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
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>