check_smart icon indicating copy to clipboard operation
check_smart copied to clipboard

Monitoring Plugin to check hard drives, solid state drives and NVMe drives using SMART

Results 7 check_smart issues
Sort by recently updated
recently updated
newest added

check_smart makes three checks where the smartctl command is launched three times. Consider the possibility to only run once.

feature request

One of my computers has an SSD (model ADATA SP600NS34) which doesn't report its used life as a SMART attribute. It does, however, report it in the "General Purpose Log"....

feature request

Now having had a few experiences (https://www.claudiokuenzler.com/blog/1163/western-digital-green-ssd-dead-without-pre-fail-indication) with SSDs dying out of the blue, I think we need to add another sub-check to `check_smart`. For Solid State Drives the TBW...

feature request

Thanks for great nagios script. It is best ever I found! It will be VERY helpfully for lot of people if you add a parameter to the script for auto...

feature request

Hello, Some SSD disks unexpectedly failed, and we have noticed this difference between good devices and failing devices: good: 169 Remaining_Lifetime_Perc 0x0000 093 093 000 Old_age Offline - 93 bad:...

feature request

Similar as #73 .. Disk is failing now but not reported as crit The Smart is ``` === START OF READ SMART DATA SECTION === SMART Attributes Data Structure revision...

feature request

The idea is to inspect ATA device logs, which are also part of `smartctl -a /dev/sda` output. If the device log contains some errors it means that some operations are...