summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: e4908c8)
raw | patch | inline | side by side (parent: e4908c8)
author | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 12 Jan 2016 05:52:54 +0000 (06:52 +0100) | ||
committer | Marc Fournier <marc.fournier@camptocamp.com> | |
Tue, 12 Jan 2016 05:52:54 +0000 (06:52 +0100) |
Thanks to @michaelsalmon for pointing this out !
Fix #1496
Fix #1496
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 04d1ab3342aff70ad0baa46d8e0528b6daa7ca21..0ab7cf6ef0a4ef327a0b235a42c173dc08136115 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#<Plugin iptables>
# Chain table chain
+# Chain6 table chain
#</Plugin>
#<Plugin irq>
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 2657479adfe627f4db69ea12e4e836dccbde6b46..25e2b77a5ec4ace68710e80528636f92157859fe 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=item B<Chain> I<Table> I<Chain> [I<Comment|Number> [I<Name>]]
-Select the rules to count. If only I<Table> and I<Chain> are given, this plugin
-will collect the counters of all rules which have a comment-match. The comment
-is then used as type-instance.
+=item B<Chain6> I<Table> I<Chain> [I<Comment|Number> [I<Name>]]
+
+Select the iptables/ip6tables filter rules to count packets and bytes from.
+
+If only I<Table> and I<Chain> are given, this plugin will collect the counters
+of all rules which have a comment-match. The comment is then used as
+type-instance.
If I<Comment> or I<Number> is given, only the rule with the matching comment or
the I<n>th rule will be collected. Again, the comment (or the number) will be