diff --git a/check_smart/check_smart.h b/check_smart/check_smart.h index ac4c031..020c2d6 100644 --- a/check_smart/check_smart.h +++ b/check_smart/check_smart.h @@ -19,7 +19,7 @@ #define CRIT 2 #define UNKN 3 -#define VERSION "1.3" +#define VERSION "1.4" #define SMARTCTL_CMD_ATTRS "/usr/sbin/smartctl -A " #define SMARTCTL_CMD_INFO "/usr/sbin/smartctl -i " @@ -111,7 +111,7 @@ SMARTAttr rep_uncorrect = { .name = "Reported_Uncorrect", .value = -1, .threshold_warn = 0, - .threshold_crit = 0, + .threshold_crit = -1, .optional = false, };