Code

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 ac1ba15ef00a7a4c41a43626e746bed67ef1177e..3665099b620eac427864ebf05ee6ab037b8c8599 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 f5215718989175b23a85c99577aa18389054de19..3e544e11b2cc87ee63a34cbdb3b16aba48aa0514 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 5bd827844dea874a4c59f6fb98ba65854fa0d8e0..b0af26d2a4273bfb82a0a1f1f9c1857198f3e1a0 100644 (file)
@@ -40,6 +40,10 @@ Disk and partition usage/throughput (I<disk>)
 
 =item
 
+DNS traffic (I<dns>)
+
+=item
+
 Harddisk temperatures (I<hddtemp>)
 
 =item