do not ping on error alerts

This commit is contained in:
Karol Wypchlo 2020-11-24 15:49:28 +01:00
parent 2dfb6d6a56
commit 51a42bc12a
1 changed files with 0 additions and 1 deletions

View File

@ -290,7 +290,6 @@ async def check_alerts():
force_notify = True
if num_error_alerts > 0:
message += "{} Error Alerts found! ".format(num_error_alerts)
force_notify = num_error_alerts > num_siafile_alerts
message += "{} Warning Alerts found. ".format(num_warning_alerts)
message += "{} SiaFiles with bad health found. ".format(num_siafile_alerts)