From 243d084b5de849cb0237fdfd623d3a2a4cb36926 Mon Sep 17 00:00:00 2001 From: Matthew Sevey Date: Wed, 18 Nov 2020 11:04:04 -0700 Subject: [PATCH] update message for siafile bad health --- setup-scripts/health-checker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-scripts/health-checker.py b/setup-scripts/health-checker.py index a2470b9a..2466c672 100755 --- a/setup-scripts/health-checker.py +++ b/setup-scripts/health-checker.py @@ -254,7 +254,7 @@ async def check_alerts(): force_notify = True 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 if len(alerts) > 0: