diff --git a/server/state.js b/server/state.js index 71c671947..6819e7e47 100644 --- a/server/state.js +++ b/server/state.js @@ -371,7 +371,7 @@ function getHealthSummary() { healthy: healthyConnections, total: totalConnections }, - alerts: alertManager.getAlertStats(), + alerts: alertManager.getEnhancedAlertStats(), lastUpdate: state.stats.lastUpdated }; }