Opened 11 years ago

Closed 11 years ago

#248 closed defect (worksforme)

SSD disks wrong monitoring

Reported by: aoz1961 Owned by: somebody
Priority: major Milestone:
Component: smartd Version: 5.43
Keywords: Cc:

Description

It's necessary to monitor
232 Available_Reservd_Space
atribute in SSD drivers

smartd 5.43 2012-06-30 r3573 [x86_64-linux-2.6.18-308.20.1.el5] (local build)
....
Device: /dev/sda [SAT], INTEL SSDSA2CT040G3, S/N:BTPR234302T5040AGN, WWN:5-001517-972eb1433, FW:4PC10362, 40.0 GB
Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], found in smartd database: Intel 320 Series SSDs
Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], can't monitor Current_Pending_Sector count - no Attribute 197
Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198
Nov 14 18:34:41 resale smartd[4946]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.


smartd 6.0 2012-10-10 r3643 [x86_64-linux-2.6.18-308.20.1.el5] (local build)

...........
Device: /dev/sda [SAT], INTEL SSDSA2CT040G3, S/N:BTPR234302T5040AGN, WWN:5-001517-972eb1433, FW:4PC10362, 40.0 GB
Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], found in smartd database: Intel 320 Series SSDs
Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], can't monitor Current_Pending_Sector count - no Attribute 197
Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], can't monitor Offline_Uncorrectable count - no Attribute 198
Nov 14 18:45:02 resale smartd[6623]: Device: /dev/sda [SAT], is SMART capable. Adding to "monitor" list.

Thanks for your job.

Change History (1)

comment:1 by Christian Franke, 11 years ago

Component: allsmartd
Resolution: worksforme
Status: newclosed
Version: 6.05.43

smartd tracks the other attributes as well. By default, changes of normalized attribute VALUE will appear as LOG_INFO in syslog.

To monitor changes of normalized and RAW values of attribute 232 as LOG_CRIT, try this in /etc/smartd.conf:

/dev/sda -a -r 232! -R 232!

Note that SMART attributes are not standardized at all. In practice, SSDs have much more vendor-specific differences than HDDs. There is no "one size fits all" solution for SSDs.

Note: See TracTickets for help on using tickets.