change: increase temp warning to 60degC

This commit is contained in:
2024-02-05 20:40:55 +01:00
parent 74b48a2477
commit a7f4788291

View File

@@ -396,7 +396,7 @@ def record_and_check_smart(service, timestamp, smart):
return ("SMART report prefail disk (wear_level < 20%)", "CRITICAL")
# temp max > X #
if smart_last.temperature > 50:
if smart_last.temperature > 60:
return ("Disk Temperatur {}".format(smart_last.temperature), "CRITICAL")
# available_SSD spare #