summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75d17e0)
raw | patch | inline | side by side (parent: 75d17e0)
author | Peter Holik <peter@holik.at> | |
Tue, 19 Aug 2008 09:08:53 +0000 (11:08 +0200) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 19 Aug 2008 09:08:53 +0000 (11:08 +0200) |
Signed-off-by: Florian Forster <octo@huhu.verplant.org>
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 8f15e4f3f3131f43e79fef3cee14d51a3c231803..d398354e92024dface55fe51cad7f6c4407a02d3 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=back
+=head2 Plugin C<ipmi>
+
+=over 4
+
+=item B<Sensor> I<Sensor>
+
+Selects sensors to collect or to ignore, depending on B<IgnoreSelected>.
+
+=item B<IgnoreSelected> I<true>|I<false>
+
+If no configuration if given, the B<ipmi> plugin will collect data from all
+sensors found of type "temperature", "voltage", "current" and "fanspeed".
+This option enables you to do that: By setting B<IgnoreSelected> to I<true>
+the effect of B<Sensor> is inverted: All selected sensors are ignored and
+all other sensors are collected.
+
+=back
+
=head2 Plugin C<iptables>
=over 4