diff --git a/hbd/server/threshold.py b/hbd/server/threshold.py index 5496be5..46a2ff7 100644 --- a/hbd/server/threshold.py +++ b/hbd/server/threshold.py @@ -948,7 +948,7 @@ class ThresholdChecker: # Format message if new_level == AlertLevel.OK: - lvl = "RECOVERED" + lvl = "RECOVER" message = f"{metric_path} = {display_value} ({old_level.name} -> OK)" elif new_level == AlertLevel.WARNING: lvl = "WARNING"