From 63488b5d4208967f61e25e67a526c7a6c8d96772 Mon Sep 17 00:00:00 2001 From: Peter Holik Date: Tue, 19 Aug 2008 11:11:02 +0200 Subject: [PATCH] collectd.conf(5): Added documentation for the ipmi plugin. Signed-off-by: Florian Forster --- src/collectd.conf.pod | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 58ffc783..c8d9a120 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -472,6 +472,38 @@ other interfaces are collected. =back +=head2 Plugin C + +=over 4 + +=item B I + +Selects sensors to collect or to ignore, depending on B. + +=item B I|I + +If no configuration if given, the B 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 to I +the effect of B is inverted: All selected sensors are ignored and +all other sensors are collected. + +=item B I|I + +If a sensor appears after initialization time of a minute a notification +is sent. + +=item B I|I + +If a sensor disappears a notification is sent. + +=item B I|I + +If you have for example dual power supply and one of them is (un)plugged then +a notification is sent. + +=back + =head2 Plugin C =over 4 -- 2.11.0