From: Sebastian Harl Date: Mon, 23 Jun 2008 20:53:03 +0000 (+0200) Subject: collectd.conf(5), collectd.conf: Added the thermal plugin. X-Git-Tag: collectd-4.5.0~113 X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=c31afffd9adf93cea8a6310a5d53e913d6792232;p=collectd.git collectd.conf(5), collectd.conf: Added the thermal plugin. Signed-off-by: Sebastian Harl Signed-off-by: Florian Forster --- diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 1b5696bd..e76f997a 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -63,6 +63,7 @@ FQDNLookup true @BUILD_PLUGIN_TAPE_TRUE@LoadPlugin tape @BUILD_PLUGIN_TCPCONNS_TRUE@LoadPlugin tcpconns @BUILD_PLUGIN_TEAMSPEAK2_TRUE@LoadPlugin teamspeak2 +@BUILD_PLUGIN_THERMAL_TRUE@LoadPlugin thermal @BUILD_PLUGIN_UNIXSOCK_TRUE@LoadPlugin unixsock @BUILD_PLUGIN_USERS_TRUE@LoadPlugin users @BUILD_PLUGIN_UUID_TRUE@LoadPlugin uuid @@ -353,6 +354,12 @@ FQDNLookup true # Server "8767" # +# +# ForceUseProcfs false +# Device "THRM" +# IgnoreSelected false +# + # # SocketFile "@prefix@/var/run/@PACKAGE_NAME@-unixsock" # SocketGroup "collectd" diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index df5f2423..107b3afa 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -1402,6 +1402,32 @@ port in numeric form. =back +=head2 Plugin C + +=over 4 + +=item B I|I + +By default, the C plugin tries to read the statistics from the Linux +C interface. If that is not available, the plugin falls back to the +C interface. By setting this option to I, you can force the +plugin to use the latter. This option defaults to I. + +=item B I + +Selects the name of the thermal device that you want to collect or ignore, +depending on the value of the B option. This option may be +used multiple times to specify a list of devices. + +=item B I|I + +Invert the selection: If set to true, all devices B the ones that +match the device names specified by the B option are collected. By +default only selected devices are collected if a selection is made. If no +selection is configured at all, B devices are selected. + +=back + =head2 Plugin C =over 4