v-zhuravlev / zbx-smartctl

Templates and scripts for monitoring disks health with Zabbix and smartmontools
https://share.zabbix.com/storage-devices/smartmontools/smart-monitoring-with-smartmontools-lld
GNU General Public License v3.0
245 stars 127 forks source link

fix reallocated sectors value #124

Closed badfiles closed 4 years ago

badfiles commented 4 years ago

fix reallocated sectors value

Processing of sample strings

Elements in grown defect list: 431
  5 Reallocated_Sector_Ct   0x0003   100   100   000    Pre-fail  Always       -       123

would give 1 and 3 (only last digit), proposed fix gives 431 and 123

v-zhuravlev commented 4 years ago

thanks!