summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed0a094)
raw | patch | inline | side by side (parent: ed0a094)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 8 Jul 2006 16:53:25 +0000 (18:53 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 8 Jul 2006 16:53:25 +0000 (18:53 +0200) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 998c844dfd7b4b65d2684510163e6ad44eaa506d..791489158530c445703486d9425f38f90e13efa5 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=over 4
-=item B<Ignore> I<Interface>
+=item B<Interface> I<Interface>
-Ignore the given interface. Use this to get rid of loopback- or
-IPv6-in-IPv4-tunnel-interface statistics.
+Select this interface. By default these interfaces will then be collected. For a more detailed description see B<IgnoreSelected> below.
+
+=item B<IgnoreSelected> I<true>|I<false>
+
+If no configuration if given, the B<traffic>-plugin will collect data from
+all interfaces. This may not be practical, especially for loopback- and
+similar interfaces. Thus, you can use the B<Interface>-option to pick the
+interfaces you're interested in. Sometimes, however, it's easier/prefered
+to collect all interfaces I<except> a few ones. This option enables you to
+do that: By setting B<IgnoreSelected> to I<true> the effect of
+B<Interface> is inversed: All selected interfaces are ignored and all
+other interfaces are collected.
=back