summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b317e0c)
raw | patch | inline | side by side (parent: b317e0c)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 5 Jan 2010 12:10:29 +0000 (13:10 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 5 Jan 2010 12:10:29 +0000 (13:10 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 9af1ff513d13ae3d98f020690b99ee7b36ca9b30..329afa5eaf41094be81876647e072ce7571b220f 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
User "collectd"
Password "secr3t"
CollectInterface true
+ CollectCPULoad true
+ CollectMemory true
</Router>
<Router>
Host "router1.example.com"
Password "5ecret"
CollectInterface true
CollectRegistrationTable true
+ CollectDF true
+ CollectDisk true
</Router>
</Plugin>
When set to B<true>, information about wireless LAN connections will be
collected. Defaults to B<false>.
+=item B<CollectCPULoad> B<true>|B<false>
+
+When set to B<true>, information about the CPU usage will be collected. The
+number is a dimensionless value where zero indicates no CPU usage at all.
+Defaults to B<false>.
+
+=item B<CollectMemory> B<true>|B<false>
+
+When enabled, the amount of used and free memory will be collected. How used
+memory is calculated is unknown, for example whether or not caches are counted
+as used space.
+Defaults to B<false>.
+
+=item B<CollectDF> B<true>|B<false>
+
+When enabled, the amount of used and free disk space will be collected.
+Defaults to B<false>.
+
+=item B<CollectDisk> B<true>|B<false>
+
+When enabled, the number of sectors written and bad blocks will be collected.
+Defaults to B<false>.
+
=back
=head2 Plugin C<rrdcached>