get status from smartctl correct

This commit is contained in:
2024-06-01 14:14:58 +02:00
parent 7d67f5aada
commit fb31becf1a
5 changed files with 150 additions and 99 deletions

View File

@ -8,7 +8,7 @@
#ifndef REHDD_H_
#define REHDD_H_
#define REHDD_VERSION "V1.1.1"
#define REHDD_VERSION "V1.1.2"
// Drive handling Settings
#define WORSE_HOURS 19200 // mark drive if at this limit or beyond
@ -31,7 +31,7 @@
#endif
// Logic
// #define DRYRUN //don´t touch the drives
#define DRYRUN //don´t touch the drives
#define FROZEN_ALERT // show alert if drive is frozen
#define ZERO_CHECK // check drive after shred if all bytes are zero, show alert if this fails