Skip to content

Commit

Permalink
Improve naming
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaweedbrainCY committed Jul 6, 2024
1 parent 7833e51 commit efef2c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def log_message(error_msg, is_error=True,fatal=False, include_status=False):
print(f"{datetime.now()} : New status : {STATUS}")
else:
if is_error:
print(f"{datetime.now()} : Cluster still in error state. No notification sent because of treshold.")
print(f"{datetime.now()} : Cluster still in error state. No notification sent because of alert throttle.")
else :
print(f"{datetime.now()} : Cluster health is normal. All checks passed. Next check in {CHECK_INTERVAL} seconds.")
if fatal:
Expand Down

0 comments on commit efef2c8

Please sign in to comment.