mirror of
https://github.com/FAUSheppy/icinga-webhook-gateway
synced 2025-12-06 15:31:38 +01:00
change: increase temp warning to 60degC
This commit is contained in:
@@ -396,7 +396,7 @@ def record_and_check_smart(service, timestamp, smart):
|
|||||||
return ("SMART report prefail disk (wear_level < 20%)", "CRITICAL")
|
return ("SMART report prefail disk (wear_level < 20%)", "CRITICAL")
|
||||||
|
|
||||||
# temp max > X #
|
# temp max > X #
|
||||||
if smart_last.temperature > 50:
|
if smart_last.temperature > 60:
|
||||||
return ("Disk Temperatur {}".format(smart_last.temperature), "CRITICAL")
|
return ("Disk Temperatur {}".format(smart_last.temperature), "CRITICAL")
|
||||||
|
|
||||||
# available_SSD spare #
|
# available_SSD spare #
|
||||||
|
|||||||
Reference in New Issue
Block a user