Update setup-scripts/health-checker.py
Co-authored-by: Marcin S. <scatman@bu.edu>
This commit is contained in:
parent
ff183beb66
commit
50dff35da8
|
@ -285,7 +285,7 @@ async def check_alerts():
|
||||||
# Repair Size
|
# Repair Size
|
||||||
# Execute 'siac renter' and read the response
|
# Execute 'siac renter' and read the response
|
||||||
cmd_string = "docker exec {} siac renter".format(CONTAINER_NAME)
|
cmd_string = "docker exec {} siac renter".format(CONTAINER_NAME)
|
||||||
siac_alert_output = os.popen(cmd_string).read().strip()
|
siac_renter_output = os.popen(cmd_string).read().strip()
|
||||||
|
|
||||||
# Initialize variables
|
# Initialize variables
|
||||||
repair_remaining = ''
|
repair_remaining = ''
|
||||||
|
|
Reference in New Issue