We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c36f27 commit c5a6530Copy full SHA for c5a6530
monitoring_script.py
@@ -108,7 +108,7 @@ def send_opsgenie_heartbeat(config):
108
if execution_count < 2:
109
if is_cluster_healthy(config):
110
logger.info("Checks: STARTED")
111
- send_opsgenie_heartbeat(config.OPSGENIE_HEARTBEAT_NAME)
+ send_opsgenie_heartbeat(config)
112
logger.info("Checks: PASSED")
113
else:
114
logger.error(f"One or more health checks failed. Heartbeat for {config.OPSGENIE_HEARTBEAT_NAME} was not sent")
0 commit comments