I want to check drives
./check_smart.pl -i auto -g '/dev/sd*[a-z]'
CRITICAL: [/dev/sda] - Health status: FAILED![/dev/sda] - Attribute Wear_Leveling_Count failed at FAILING_NOW[/dev/sda] - --- [/dev/sdb] -
Device is clean|
but dont want to check wear leveling
./check_smart.pl -i auto -g '/dev/sd*[a-z]' -E Wear_Leveling_Count
CRITICAL: [/dev/sda] - Health status: FAILED![/dev/sda] - [/dev/sda] - --- [/dev/sdb] - Device is clean|
This still gives critical, even if excluded completly