Update setup-scripts/health-checker.py
This commit is contained in:
parent
50dff35da8
commit
c752a17058
|
@ -294,7 +294,7 @@ async def check_alerts():
|
||||||
repair_str = 'Repair Data Remaining'
|
repair_str = 'Repair Data Remaining'
|
||||||
|
|
||||||
# Split the output by line and check for the repair remaining
|
# Split the output by line and check for the repair remaining
|
||||||
for line in siac_alert_output.split("\n"):
|
for line in siac_renter_output.split("\n"):
|
||||||
# Check for the type of alert
|
# Check for the type of alert
|
||||||
if contains_string(line, repair_str):
|
if contains_string(line, repair_str):
|
||||||
repair_remaining = line.split()[1]:
|
repair_remaining = line.split()[1]:
|
||||||
|
|
Reference in New Issue