Plugin:HDDTemp

From collectd Wiki
Revision as of 12:00, 27 September 2010 by 193.12.204.98 (talk) (Updated link)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
HDDTemp plugin
Type: read
Callbacks: config, init, read
Status: supported
First version: 3.1
Copyright: 2005–2006 Vincent Stehlé
2006–2007 Florian octo Forster
2008 Sebastian Harl
License: GPLv2+
Manpage: collectd.conf(5)
List of Plugins

The HDDTemp plugin collects the temperature of hard disks. The temperatures are provided via SMART and queried by the external hddtemp daemon.

Synopsis

<Plugin "hddtemp">
  Host "127.0.0.1"
  Port "7634"
  TranslateDevicename true
</Plugin>

Example graph

Plugin-hddtemp.png

Dependencies