diff --git a/xymon/plugins/client/ext/smartoverall b/xymon/plugins/client/ext/smartoverall index 5dd4331..dfba590 100755 --- a/xymon/plugins/client/ext/smartoverall +++ b/xymon/plugins/client/ext/smartoverall @@ -220,7 +220,7 @@ https://www.smartmontools.org/wiki/FAQ#SmartmontoolsDatabase" DSELFTEST_MSG="&red No self-tests recorded:" DCODE="8" ## If the device doesn't support test logging - elif smartctl -d "${TYPE}" -l selftest "${DISK}" | grep -qEi -- "does not support.*logging"; then + elif smartctl -d "${TYPE}" -l selftest "${DISK}" | grep -qEi -- "(does not support.*logging|Log not supported)"; then DSELFTEST_MSG="&clear Test logging are not supported:" else DSELFTEST_MSG=""