Skip to content

Commit

Permalink
comment out opsgenie for now
Browse files Browse the repository at this point in the history
  • Loading branch information
venkatamutyala authored Nov 9, 2023
1 parent ae1c005 commit b5c9125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def send_opsgenie_heartbeat(heartbeat_name):
time.sleep(frequency)
if is_cluster_healthy():
logger.info("Checks: STARTED")
send_opsgenie_heartbeat(OPSGENIE_HEARTBEAT_NAME)
#send_opsgenie_heartbeat(OPSGENIE_HEARTBEAT_NAME)
logger.info("Checks: PASSED")
else:
logger.error(f"One or more health checks failed. Heartbeat for {OPSGENIE_HEARTBEAT_NAME} was not sent")

0 comments on commit b5c9125

Please sign in to comment.