X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fcollectd.pod;h=731a8c78e1d87d7986be9758b579b2d1ee8c5928;hb=d9e0b91f78a3063551908d3a268d2b020509970b;hp=5bd827844dea874a4c59f6fb98ba65854fa0d8e0;hpb=27f7e9a53a309c23143691c37e50727a5f0e2386;p=collectd.git diff --git a/src/collectd.pod b/src/collectd.pod index 5bd82784..731a8c78 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -40,14 +40,30 @@ Disk and partition usage/throughput (I) =item +DNS traffic (I) + +=item + +Email usage (I) + +=item + Harddisk temperatures (I) =item +Irq (I) + +=item + System load averages (I) =item +Motherboard monitor (I) + +=item + Memory usage (I) =item @@ -180,6 +196,29 @@ not exist make sure B (L) or a similar tool is installed and an "cpu governor" (that's kernel module) is loaded. +=head2 email + +This plugin collects data indirectly by providing a UNIX socket that external +programs can connect to. A simple line based protocol is used to communicate +with the plugin: + +E-Mail type (e.g. "ham", "spam", "virus", ...) and size (bytes): + + e:: + +If C is less than or equal to zero, C is ignored. + +Spam score: + + s: + +Successful spam checks (e.g. "BAYES_99", "SUBJECT_DRUG_GAP_C", ...): + + c:[,,...] + +Each line is limited to 256 characters (including the newline character). +Longer lines will be ignored. + =head2 mysql Requires B to be installed. It connects to the database when @@ -204,6 +243,20 @@ L for details. The B homepage can be found at L. +=head2 mbmon + +The B module uses mbmon to retrieve temperature, voltage, etc. + +collectd connects to B (127.0.0.1), port B<411/tcp>. +The B and B options can be used to change these +default values. See L for details. C has to be +running to work correctly. If C is not running timeouts may appear +which may interfere with other statistics.. + +C must be run with the -r option ("print TAG and Value format"); +Debian's /etc/init.d/mbmon script already does this, other people +will need to ensure that this is the case. + =head2 hddtemp To get values from B collectd connects to B (127.0.0.1), @@ -326,10 +379,22 @@ The DS'es depend on the module creating the RRD files: DS:wcount:COUNTER:HEARTBEAT:0:U DS:wbytes:COUNTER:HEARTBEAT:0:U +=item E-Mail count (FtypeE>.rrd>) + + DS:count:GAUGE:HEARTBEAT:0:U + +=item E-Mail size (FtypeE>.rrd>) + + DS:size:GAUGE:HEARTBEAT:0:U + =item HDD Temperature (FmajorE>-IminorE>.rrd>) DS:value:GAUGE:HEARTBEAT:U:U +=item Irq (FirqnumberE>.rrd>) + + DS:value:COUNTER:HEARTBEAT:0:65535 + =item System load (F) DS:shortterm:GAUGE:HEARTBEAT:0:100 @@ -438,6 +503,14 @@ The DS'es depend on the module creating the RRD files: DS:incoming:COUNTER:HEARTBEAT:0:U DS:outgoing:COUNTER:HEARTBEAT:0:U +=item Spam score (F) + + DS:score:GAUGE:HEARTBEAT:0:U + +=item Spam checks (FtypeE>.rrd>) + + DS:hits:GAUGE:HEARTBEAT:0:U + =item Swap usage (F) DS:used:GAUGE:HEARTBEAT:0:1099511627776 @@ -516,6 +589,7 @@ The DS'es depend on the module creating the RRD files: =head1 SEE ALSO L, L, L, L, +L, L =head1 AUTHOR