From: Peter Holik Date: Tue, 19 Aug 2008 09:11:02 +0000 (+0200) Subject: collectd.conf(5): Added documentation for the ipmi plugin. X-Git-Tag: collectd-4.5.0~67^2~1 X-Git-Url: https://git.octo.it/?a=commitdiff_plain;h=63488b5d4208967f61e25e67a526c7a6c8d96772;p=collectd.git collectd.conf(5): Added documentation for the ipmi plugin. Signed-off-by: Florian Forster --- 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