X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=src%2Fcollectd.pod;h=8ee77ea26a8fec042a49d33eed80e0e99bf14f3b;hb=f8c6d793143453b064c68f92cb17e88302b8bbb9;hp=f5ed782c07693d2eb60f6dfb777e354737f13f64;hpb=e913f3f6b71b0ba4abd6aaf2202100a5cef48b75;p=collectd.git diff --git a/src/collectd.pod b/src/collectd.pod index f5ed782c..8ee77ea2 100644 --- a/src/collectd.pod +++ b/src/collectd.pod @@ -56,6 +56,10 @@ System load averages (I) =item +Motherboard monitor (I) + +=item + Memory usage (I) =item @@ -198,6 +202,8 @@ 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: @@ -233,6 +239,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), @@ -561,6 +581,7 @@ The DS'es depend on the module creating the RRD files: =head1 SEE ALSO L, L, L, L, +L, L =head1 AUTHOR