From cf1cc3f818709f56bd2fd1a9f5e5a5c591d37aad Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 26 Sep 2022 15:59:07 -0500 Subject: [PATCH] fix name of COM_cron container --- Workbench/scripts/gethealth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workbench/scripts/gethealth.py b/Workbench/scripts/gethealth.py index 2a9970c..1c2da2f 100755 --- a/Workbench/scripts/gethealth.py +++ b/Workbench/scripts/gethealth.py @@ -1,6 +1,6 @@ #!/bin/python -containers = ["idp", "idp_ui", "idp_ui_data", "idp_ui_api", "grouper_ui", "grouper_ws", "grouper_daemon", "grouper_data", "comanage", "comanage-cron", "comanage_data", "midpoint_server", "midpoint_data", "webproxy", "wordpress_server", "wordpress_data", "mq", "directory", "sources"] +containers = ["idp", "idp_ui", "idp_ui_data", "idp_ui_api", "grouper_ui", "grouper_ws", "grouper_daemon", "grouper_data", "comanage", "comanage_cron", "comanage_data", "midpoint_server", "midpoint_data", "webproxy", "wordpress_server", "wordpress_data", "mq", "directory", "sources"] print("") for container in containers:
ContainerHealth Status