77 | | Device: /dev/hda, SMART Attribute: 194 |
78 | | Temperature_Celsius changed from 94 [Raw 22] to 93 [Raw 23] |
79 | | }}} |
80 | | Here the Raw values are the actual disk temperatures in Celsius. The |
81 | | way in which the Raw values are printed, and the names under which the |
82 | | Attributes are reported, is governed by the various |
83 | | {{{'-v Num,Description'}}} Directives described in the {{{smartd}}} |
84 | | man page. Please see the {{{smartctl}}} manual page for further |
85 | | explanation of the differences between ''Normalized'' and ''Raw'' Attribute values. |
| 76 | Device: /dev/sda, SMART Usage Attribute: 194 Temperature_Celsius changed from 78 [Raw 22] to 77 [Raw 23] |
| 77 | }}} |
| 78 | Here the Raw values are the actual disk temperatures in Celsius. |
| 79 | Please see the {{{smartctl}}} manual page for further explanation of the differences between ''Normalized'' and ''Raw'' Attribute values. |
| 80 | |
| 81 | Alternatively suppress these messages with `-I` and enable temperature reports and/or warnings with `-W` directive. |
| 82 | For example this `smartd.conf` setting: |
| 83 | {{{ |
| 84 | /dev/sda -a -I 190 -I 194 -W 1,45,50 -m ADDRESS |
| 85 | }}} |
| 86 | would result in messages like: |
| 87 | {{{ |
| 88 | Device: /dev/sda, Temperature changed +1 Celsius to 23 Celsius (Min/Max 20/38) |
| 89 | Device: /dev/sda, Temperature 48 Celsius reached limit of 45 Celsius (Min/Max 20/48!) |
| 90 | Device: /dev/sda, Temperature 52 Celsius reached critical limit of 50 Celsius (Min/Max 20/52!) |
| 91 | }}} |
| 92 | The last message would also be sent as a warning email to ADDRESS. |