Skip to content

Commit 4c36f27

Browse files
Update monitoring_script.py (#8)
1 parent 1fc10d0 commit 4c36f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitoring_script.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def send_opsgenie_heartbeat(config):
108108
if execution_count < 2:
109109
if is_cluster_healthy(config):
110110
logger.info("Checks: STARTED")
111-
#send_opsgenie_heartbeat(config.OPSGENIE_HEARTBEAT_NAME)
111+
send_opsgenie_heartbeat(config.OPSGENIE_HEARTBEAT_NAME)
112112
logger.info("Checks: PASSED")
113113
else:
114114
logger.error(f"One or more health checks failed. Heartbeat for {config.OPSGENIE_HEARTBEAT_NAME} was not sent")

0 commit comments

Comments
 (0)