cms.c2sgmbh/src/app
Martin Porwoll 5f38136b95 feat(monitoring): add REST API endpoints for monitoring dashboard
Add 7 API route handlers for the monitoring system:
- GET /api/monitoring/health - system health overview
- GET /api/monitoring/services - individual service status checks
- GET /api/monitoring/performance - performance metrics with period filter
- GET /api/monitoring/alerts - paginated alert history with severity filter
- POST /api/monitoring/alerts/acknowledge - acknowledge alerts
- GET /api/monitoring/logs - paginated logs with level/source/date filters
- GET /api/monitoring/snapshots - time-series data for charts

All endpoints require super-admin authentication.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 00:37:01 +00:00
..
(frontend) fix: resolve all TypeScript errors in production code 2025-12-15 09:08:16 +00:00
(payload) feat(monitoring): add REST API endpoints for monitoring dashboard 2026-02-15 00:37:01 +00:00
robots.ts feat: add i18n, SEO, and frontend infrastructure 2025-12-01 08:19:35 +00:00
sitemap.ts feat: add i18n, SEO, and frontend infrastructure 2025-12-01 08:19:35 +00:00