From: Florian Forster Date: Wed, 6 Dec 2006 08:14:55 +0000 (+0100) Subject: dns plugin: Documented plugin in the README file and the manpages. X-Git-Tag: collectd-3.11.0~26^2 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=09dd1124225a599e7d9513f6d44cb1045dca9c59;p=collectd.git dns plugin: Documented plugin in the README file and the manpages. --- diff --git a/README b/README index ac1ba15e..3665099b 100644 --- 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 ;) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index f5215718..3e544e11 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -160,6 +160,23 @@ TCP-Port to connect to. Defaults to B<3551>. =back +=head2 Plugin C + +=over 4 + +=item B I + +The dns plugin uses B 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 interfaces. This +may not work on certain platforms, such as MacEOSEX. + +=item B I + +Ignore packets that originate from this address. + +=back + =head2 Plugin C =over 4 diff --git a/src/collectd.pod b/src/collectd.pod index 5bd82784..b0af26d2 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -40,6 +40,10 @@ Disk and partition usage/throughput (I) =item +DNS traffic (I) + +=item + Harddisk temperatures (I) =item