From efef2c88fc54d2f05d6c3d47b8c3c318377adc70 Mon Sep 17 00:00:00 2001 From: seaweedbrain Date: Sat, 6 Jul 2024 11:19:50 -0400 Subject: [PATCH] Improve naming --- app/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.py b/app/main.py index c07640d..192cf12 100644 --- a/app/main.py +++ b/app/main.py @@ -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: