Add system monitoring tools to track server health and performance
Implements a SystemMonitoringPage with real-time metrics, scheduled tasks via node-cron, and an error tracking middleware. Replit-Commit-Author: Agent Replit-Commit-Session-Id: c5f0c281-8dd8-4846-b452-4a07bcd21062 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/9777c70b-fc38-4831-8d6b-78dfffe041b0/53043054-81f8-48da-804c-936ffa3007e0.jpg
This commit is contained in:
@@ -18,6 +18,7 @@ import FinancesPage from "@/pages/FinancesPage";
|
||||
import VoicePage from "@/pages/VoicePage";
|
||||
import AIPage from "@/pages/AIPage";
|
||||
import AnalyticsPage from "@/pages/AnalyticsPage";
|
||||
import SystemMonitoringPage from "@/pages/SystemMonitoringPage";
|
||||
import SettingsPage from "@/pages/SettingsPage";
|
||||
import NotFound from "@/pages/not-found";
|
||||
|
||||
@@ -34,6 +35,7 @@ function Router() {
|
||||
<Route path="/voice" component={VoicePage} />
|
||||
<Route path="/ai" component={AIPage} />
|
||||
<Route path="/analytics" component={AnalyticsPage} />
|
||||
<Route path="/monitoring" component={SystemMonitoringPage} />
|
||||
<Route path="/settings" component={SettingsPage} />
|
||||
<Route path="/professionals" component={ProfessionalDirectory} />
|
||||
<Route component={NotFound} />
|
||||
|
||||
Reference in New Issue
Block a user