mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-18 10:02:16 +00:00
Update health_monitor.py
This commit is contained in:
@@ -228,6 +228,7 @@ class HealthMonitor:
|
|||||||
|
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
"""Initialize health monitor with state tracking"""
|
"""Initialize health monitor with state tracking"""
|
||||||
|
print("[HealthMonitor] Version 2026-03-31-v2 - Stale resource cleanup enabled")
|
||||||
self.state_history = defaultdict(list)
|
self.state_history = defaultdict(list)
|
||||||
self.last_check_times = {}
|
self.last_check_times = {}
|
||||||
self.cached_results = {}
|
self.cached_results = {}
|
||||||
|
|||||||
Reference in New Issue
Block a user