collectd.conf.pod: mention IPv6 option to the iptables plugin
authorMarc Fournier <marc.fournier@camptocamp.com>
Tue, 12 Jan 2016 05:52:54 +0000 (06:52 +0100)
committerMarc 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

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

index 04d1ab3..0ab7cf6 100644 (file)
 
 #<Plugin iptables>
 #      Chain table chain
+#      Chain6 table chain
 #</Plugin>
 
 #<Plugin irq>
index 2657479..25e2b77 100644 (file)
@@ -2042,9 +2042,13 @@ a notification is sent.
 
 =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