update message for siafile bad health
This commit is contained in:
parent
09a4b646ec
commit
243d084b5d
|
@ -254,7 +254,7 @@ async def check_alerts():
|
||||||
force_notify = True
|
force_notify = True
|
||||||
|
|
||||||
message += "{} Warning Alerts found. ".format(len(warning_alerts))
|
message += "{} Warning Alerts found. ".format(len(warning_alerts))
|
||||||
message += "{} SiaFile Alerts found. ".format(len(siafile_alerts))
|
message += "{} SiaFiles with bad health found. ".format(len(siafile_alerts))
|
||||||
|
|
||||||
alerts_file = None
|
alerts_file = None
|
||||||
if len(alerts) > 0:
|
if len(alerts) > 0:
|
||||||
|
|
Reference in New Issue