dns plugin: Documented plugin in the README file and the manpages.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 6 Dec 2006 08:14:55 +0000 (09:14 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 6 Dec 2006 08:14:55 +0000 (09:14 +0100)
README
src/collectd.conf.pod
src/collectd.pod

diff --git a/README b/README
index ac1ba15..3665099 100644 (file)
--- a/README
+++ b/README
@@ -39,6 +39,9 @@ Features
     - Disk utilization
       (Sectors read/written, number of read/write actions, time spent doing IO)
 
+    - DNS traffic
+      (query types, response codes, opcodes and traffic)
+
     - Harddisk temperatures
       (Uhm, yeah, temperature of harddisks that is ;)
 
index f521571..3e544e1 100644 (file)
@@ -160,6 +160,23 @@ TCP-Port to connect to. Defaults to B<3551>.
 
 =back
 
+=head2 Plugin C<dns>
+
+=over 4
+
+=item B<Interface> I<Interface>
+
+The dns plugin uses B<libpcap> to capture dns traffic and analyses it. This
+option sets the interface that should be used. If this option is not set, or
+set to "any", the plugin will try to get packets from B<all> interfaces. This
+may not work on certain platforms, such as MacE<nbsp>OSE<nbsp>X.
+
+=item B<IgnoreSource> I<IP-address>
+
+Ignore packets that originate from this address.
+
+=back
+
 =head2 Plugin C<df>
 
 =over 4
index 5bd8278..b0af26d 100644 (file)
@@ -40,6 +40,10 @@ Disk and partition usage/throughput (I<disk>)
 
 =item
 
+DNS traffic (I<dns>)
+
+=item
+
 Harddisk temperatures (I<hddtemp>)
 
 =item