From d3f743a826c9718b29d32ac95c00a37b92f6672e Mon Sep 17 00:00:00 2001 From: Marc Fournier Date: Tue, 12 Jan 2016 06:52:54 +0100 Subject: [PATCH] collectd.conf.pod: mention IPv6 option to the iptables plugin Thanks to @michaelsalmon for pointing this out ! Fix #1496 --- src/collectd.conf.in | 1 + src/collectd.conf.pod | 10 +++++++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 04d1ab33..0ab7cf6e 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -489,6 +489,7 @@ # # Chain table chain +# Chain6 table chain # # diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 2657479a..25e2b77a 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2042,9 +2042,13 @@ a notification is sent. =item B I I [I [I]] -Select the rules to count. If only I
and I 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 I
I [I [I]] + +Select the iptables/ip6tables filter rules to count packets and bytes from. + +If only I
and I 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 or I is given, only the rule with the matching comment or the Ith rule will be collected. Again, the comment (or the number) will be -- 2.11.0