GUI CSS: Decoupled most styles for sidebar from the classic theme (CMK-1171)
[check_mk.git] / checkman / smart.temp
blob74dab3c13bbcdc0e3aab73162590270dbf4d1bab
1 title: Temperature of HDDs using S.M.A.R.T
2 agents: linux
3 catalog: os/hardware
4 license: GPL
5 distribution: check_mk
6 description:
7  This check monitors the temperature of HDDs using the information reported by
8  S.M.A.R.T. This check works only for HDDs which report the value {Temperature_Celsius}
9  via {smartctl -A <device>}.
11  The check uses information provided by the Check_MK linux agent which are available when the agent
12  has been extended with the {smart} agent plugin.
14  The original check has been created by Benjamin Odenthal and provided on Check_MK exchange and
15  improved, integrated and documented by Lars Michelsen.
17 inventory:
18  All devices reported by smartctl which support the temperature value are
19  automatically inventorized. One service is being created for each HDD.
21 item:
22  The device name. Example: {/dev/sda}